Skip to content

Commit

Permalink
Fix a few stray items in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Black <raskchanky@gmail.com>
  • Loading branch information
raskchanky committed Jun 21, 2019
1 parent 1a661c8 commit 1c3cab1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -109,9 +109,7 @@ steps:

- label: "[unit] :linux: butterfly ignored"
command:
# put this back once the deadlock detection comes back
#- ./test/run_cargo_test.sh butterfly --nightly --features "deadlock_detection" --test-options "--test-threads=1 --ignored"
- ./test/run_cargo_test.sh butterfly --test-options "--test-threads=1 --ignored"
- ./test/run_cargo_test.sh butterfly --nightly --features "deadlock_detection" -- --test-threads=1 --ignored
agents:
queue: 'default-privileged'
plugins:
Expand Down Expand Up @@ -364,9 +362,9 @@ steps:
- ./test/run_studio_test.sh "studio-from-source"
expeditor:
executor:
linux:
linux:
privileged: true
single-use: true
single-use: true
timeout_in_minutes: 5
retry:
automatic:
Expand Down Expand Up @@ -423,9 +421,7 @@ steps:

- label: "[unit] :windows: butterfly ignored"
command:
# put this back once the deadlock detection comes back
#- ./test/run_cargo_test.ps1 butterfly -Nightly -Features "deadlock_detection" -TestOptions "--test-threads=1 --ignored"
- ./test/run_cargo_test.ps1 butterfly -TestOptions "--test-threads=1 --ignored"
- ./test/run_cargo_test.ps1 butterfly -Nightly -Features "deadlock_detection" -TestOptions "--test-threads=1 --ignored"
agents:
queue: 'default-windows-privileged'
plugins:
Expand Down

0 comments on commit 1c3cab1

Please sign in to comment.