Skip to content

Commit e488155

Browse files
authored
removed benchmark trigger (#330)
1 parent 28dd209 commit e488155

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ stages:
66
- name: 'Lint markdown files'
77
- name: 'Trigger Integration Tests'
88
if: env(RUN_COMPAT_SUITE) = true
9-
- name: 'Benchmarking tests'
109
- name: 'SourceClear and Lint'
1110
- name: 'Unit Tests'
1211
- name: 'Prepare for release'
@@ -37,8 +36,7 @@ jobs:
3736
- mdspell -a -n -r --en-us '**/*.md'
3837
after_success: skip
3938

40-
- &integrationtest
41-
stage: 'Trigger Integration Tests'
39+
- stage: 'Trigger Integration Tests'
4240
language: minimal
4341
os: linux
4442
env:
@@ -51,10 +49,6 @@ jobs:
5149
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
5250
script:
5351
- $HOME/travisci-tools/trigger-script-with-status-update.sh
54-
55-
- <<: *integrationtest
56-
stage: 'Benchmarking tests'
57-
env: SDK=swift FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5852

5953
- stage: 'SourceClear and Lint'
6054
language: swift

0 commit comments

Comments
 (0)