Skip to content

Commit c39c8a2

Browse files
committed
disable pure docker test
1 parent e26cbf5 commit c39c8a2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.buildkite/pipeline.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ steps:
1616
command: .buildkite/verify-release/verify-release.sh
1717
agents: { queue: standard }
1818

19-
- label: ":rice: pure-docker-test"
20-
command: .buildkite/vagrant-run.sh docker-test
21-
artifact_paths: ./*.log
22-
env:
23-
TEST_TYPE: "pure-docker-test"
24-
agents: { queue: "vagrant" }
19+
# - label: ":rice: pure-docker-test"
20+
# command: .buildkite/vagrant-run.sh docker-test
21+
# artifact_paths: ./*.log
22+
# env:
23+
# TEST_TYPE: "pure-docker-test"
24+
# agents: { queue: "vagrant" }
2525

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

0 commit comments

Comments
 (0)