From 081a23864f401c0d3a681901888521db4e17a47a Mon Sep 17 00:00:00 2001 From: Zeeshan Ashraf Date: Wed, 27 May 2020 17:41:57 -0700 Subject: [PATCH] removed benchmark trigger --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b2d97c0..8ae93ba2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ stages: - 'Lint markdown files' - 'Linting' - 'Integration tests' - - 'Benchmarking tests' - 'Test' jobs: @@ -52,8 +51,7 @@ jobs: install: "pip install flake8==3.6.0" script: "flake8" after_success: travis_terminate 0 - - &integrationtest - stage: 'Integration tests' + - stage: 'Integration tests' merge_mode: replace env: SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH cache: false @@ -64,9 +62,6 @@ jobs: script: - $HOME/travisci-tools/trigger-script-with-status-update.sh after_success: travis_terminate 0 - - <<: *integrationtest - stage: 'Benchmarking tests' - env: SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH - stage: 'Test' addons: srcclr: true