Skip to content

Commit

Permalink
Merge pull request #6853 from habitat-sh/dmcneil/event-stream
Browse files Browse the repository at this point in the history
Update event stream
  • Loading branch information
davidMcneil authored Aug 19, 2019
2 parents 9784182 + 0df9b3a commit 160756e
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 716 deletions.
31 changes: 0 additions & 31 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,20 +319,6 @@ steps:
timeout_in_minutes: 40
soft_fail: true

- label: "[unit] :linux: sup nitox_stream"
command:
- ./test/run_cargo_test.sh sup --features "ignore_integration_tests nitox_stream"
agents:
queue: 'default-privileged'
plugins:
docker#v3.0.1:
always-pull: true
user: "buildkite-agent"
group: "buildkite-agent"
image: "chefes/buildkite"
timeout_in_minutes: 10
soft_fail: true

- label: "[unit] :linux: sup-client"
command:
- ./test/run_cargo_test.sh sup-client
Expand Down Expand Up @@ -603,23 +589,6 @@ steps:
automatic:
limit: 1

- label: "[unit] :windows: sup nitox_stream"
command:
# This test has test (not code) concurrency issues and will fail if we don't limit it
- ./test/run_cargo_test.ps1 sup -Features "nitox_stream" -TestOptions "--test-threads=1"
agents:
queue: 'default-windows-2016-privileged'
plugins:
docker#v3.2.0:
image: "chefes/buildkite-windows-2016"
shell: [ "powershell", "-Command" ]
always-pull: true
propagate-environment: true
timeout_in_minutes: 40
retry:
automatic:
limit: 1

- label: "[unit] :windows: sup-client"
command:
- ./test/run_cargo_test.ps1 sup-client
Expand Down
Loading

0 comments on commit 160756e

Please sign in to comment.