From 92a906a0a8142819b20f6376ee16143e352f8dbe Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Tue, 31 Mar 2020 09:32:35 -0700 Subject: [PATCH 1/2] ci(travis): make external contribs pass Skip downstream builds since they require secrets. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a48429109..21f07c009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,8 @@ jobs: - &integrationtest stage: 'Integration tests' + if: + env(CI_USER_TOKEN) IS present addons: srcclr: true merge_mode: replace @@ -80,4 +82,6 @@ jobs: after_success: travis_terminate 0 - <<: *integrationtest stage: 'Benchmarking tests' + if: + env(CI_USER_TOKEN) IS present env: SDK=java FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH From c89c8a287580c7263ffcb7358501e9a0a8fa1a65 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Tue, 31 Mar 2020 10:04:13 -0700 Subject: [PATCH 2/2] this is an external contribution --- test_external_contrib | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test_external_contrib diff --git a/test_external_contrib b/test_external_contrib new file mode 100644 index 000000000..e69de29bb