From f2d11b3fdceb0886304a5a7c6302121610ebf39f Mon Sep 17 00:00:00 2001 From: Jonathan Albrecht Date: Fri, 29 Oct 2021 11:05:34 -0700 Subject: [PATCH] Temporarily disable s390x+cmake* Travis jobs (#9095) Summary: Temporarily disable s390x+cmake* jobs until a cmake-3.14.5-Linux-s390x.deb can be installed to https://rocksdb-deps.s3-us-west-2.amazonaws.com. Pull Request resolved: https://github.com/facebook/rocksdb/pull/9095 Reviewed By: akankshamahajan15 Differential Revision: D32025417 Pulled By: riversand963 fbshipit-source-id: eefb9737937987c7d9273482a89e4d2266cd5375 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a71b264b..ac3f88251 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,6 +124,9 @@ 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 @@ -168,8 +171,7 @@ matrix: os: linux arch: ppc64le env: JOB_NAME=cmake-gcc8 - - if: type = pull_request AND commit_message !~ /FULL_CI/ - os: linux + - os: linux arch: s390x env: JOB_NAME=cmake-gcc8 - if: type = pull_request AND commit_message !~ /FULL_CI/ @@ -180,8 +182,7 @@ matrix: os: linux arch: ppc64le env: JOB_NAME=cmake-gcc9 - - if: type = pull_request AND commit_message !~ /FULL_CI/ - os: linux + - os: linux arch: s390x env: JOB_NAME=cmake-gcc9 - if: type = pull_request AND commit_message !~ /FULL_CI/ @@ -192,8 +193,7 @@ matrix: os: linux arch: ppc64le env: JOB_NAME=cmake-gcc9-c++20 - - if: type = pull_request AND commit_message !~ /FULL_CI/ - os: linux + - os: linux arch: s390x env: JOB_NAME=cmake-gcc9-c++20 - if: type = pull_request AND commit_message !~ /FULL_CI/