Skip to content

Commit

Permalink
Re-enable 390x+cmake* Travis jobs (facebook#9110)
Browse files Browse the repository at this point in the history
Summary:
Revert "Temporarily disable s390x+cmake* Travis jobs (facebook#9095)"
This reverts commit f2d11b3.

I have now uploaded the CMake deb for s390x provided by jonathan-albrecht-ibm to our S3 bucket.

Pull Request resolved: facebook#9110

Reviewed By: ajkr

Differential Revision: D32082903

Pulled By: riversand963

fbshipit-source-id: b7243d19fc133e665a8654e3b528c4f53d5b11d1
  • Loading branch information
adamretter authored and facebook-github-bot committed Nov 4, 2021
1 parent 9b53f14 commit 312d9c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ matrix:
os : linux
arch: arm64
env: JOB_NAME=cmake
- os : linux
arch: s390x
env: JOB_NAME=cmake
- if: type = pull_request AND commit_message !~ /FULL_CI/ AND commit_message !~ /java/
os : linux
arch: arm64
Expand Down Expand Up @@ -171,7 +168,8 @@ matrix:
os: linux
arch: ppc64le
env: JOB_NAME=cmake-gcc8
- os: linux
- if: type = pull_request AND commit_message !~ /FULL_CI/
os: linux
arch: s390x
env: JOB_NAME=cmake-gcc8
- if: type = pull_request AND commit_message !~ /FULL_CI/
Expand All @@ -182,7 +180,8 @@ matrix:
os: linux
arch: ppc64le
env: JOB_NAME=cmake-gcc9
- os: linux
- if: type = pull_request AND commit_message !~ /FULL_CI/
os: linux
arch: s390x
env: JOB_NAME=cmake-gcc9
- if: type = pull_request AND commit_message !~ /FULL_CI/
Expand All @@ -193,7 +192,8 @@ matrix:
os: linux
arch: ppc64le
env: JOB_NAME=cmake-gcc9-c++20
- os: linux
- if: type = pull_request AND commit_message !~ /FULL_CI/
os: linux
arch: s390x
env: JOB_NAME=cmake-gcc9-c++20
- if: type = pull_request AND commit_message !~ /FULL_CI/
Expand Down

0 comments on commit 312d9c4

Please sign in to comment.