We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23bad8e + 1bce78b commit 2a60b1cCopy full SHA for 2a60b1c
.buildkite/logcheck.sh
.buildkite/pipeline.yml
@@ -38,16 +38,6 @@ steps:
38
39
- wait
40
41
- # Git history validation happens after the 'wait' step so it happens
42
- # in parallel with the subsequent tests and does not prevent them
43
- # from running in the event of a validation failure.
44
- - label: 'git log validation'
45
- command: './.buildkite/logcheck.sh'
46
- # This should run in the same queue, but we don't care whether it runs on
47
- # the same host.
48
- agents:
49
- queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
50
-
51
- label: ":protractor: verify proto"
52
agents:
53
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
0 commit comments