Re-enable 390x+cmake* Travis jobs (#9110)

Summary:
Revert "Temporarily disable s390x+cmake* Travis jobs (https://github.com/facebook/rocksdb/issues/9095)"
This reverts commit f2d11b3fdc.

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

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9110

Reviewed By: ajkr

Differential Revision: D32082903

Pulled By: riversand963

fbshipit-source-id: b7243d19fc133e665a8654e3b528c4f53d5b11d1
main
Adam Retter 3 years ago committed by Facebook GitHub Bot
parent 9b53f14a35
commit 312d9c47b4
  1. 12
      .travis.yml

@ -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
@ -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/
@ -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/
@ -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/

Loading…
Cancel
Save