Skip to content

Commit

Permalink
disable pure docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed Dec 19, 2024
1 parent e26cbf5 commit c39c8a2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ steps:
command: .buildkite/verify-release/verify-release.sh
agents: { queue: standard }

- label: ":rice: pure-docker-test"
command: .buildkite/vagrant-run.sh docker-test
artifact_paths: ./*.log
env:
TEST_TYPE: "pure-docker-test"
agents: { queue: "vagrant" }
# - label: ":rice: pure-docker-test"
# command: .buildkite/vagrant-run.sh docker-test
# artifact_paths: ./*.log
# env:
# TEST_TYPE: "pure-docker-test"
# agents: { queue: "vagrant" }

- label: ":rice: docker-compose-test"
command: .buildkite/vagrant-run.sh docker-test
Expand Down Expand Up @@ -70,4 +70,3 @@ steps:
- ssh://[email protected]/sourcegraph/sg-buildkite-plugin.git#main: ~
command: |
sg release run promote-to-public finalize --workdir=. --config-from-commit

0 comments on commit c39c8a2

Please sign in to comment.