Skip to content

Commit 5bf0dba

Browse files
authored
removed benchmark trigger (#269)
1 parent c738856 commit 5bf0dba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ stages:
1818
- 'Lint markdown files'
1919
- 'Linting'
2020
- 'Integration tests'
21-
- 'Benchmarking tests'
2221
- 'Test'
2322

2423
jobs:
@@ -52,8 +51,7 @@ jobs:
5251
install: "pip install flake8==3.6.0"
5352
script: "flake8"
5453
after_success: travis_terminate 0
55-
- &integrationtest
56-
stage: 'Integration tests'
54+
- stage: 'Integration tests'
5755
merge_mode: replace
5856
env: SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5957
cache: false
@@ -64,9 +62,6 @@ jobs:
6462
script:
6563
- $HOME/travisci-tools/trigger-script-with-status-update.sh
6664
after_success: travis_terminate 0
67-
- <<: *integrationtest
68-
stage: 'Benchmarking tests'
69-
env: SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
7065
- stage: 'Test'
7166
addons:
7267
srcclr: true

0 commit comments

Comments
 (0)