Skip to content

Commit 2a60b1c

Browse files
authored
Merge pull request #758 from swagatbora90/logcheck-fix
remove logcheck script from buildkite pipeline, use gh workflow instead
2 parents 23bad8e + 1bce78b commit 2a60b1c

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

.buildkite/logcheck.sh

-51
This file was deleted.

.buildkite/pipeline.yml

-10
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ steps:
3838

3939
- wait
4040

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-
5141
- label: ":protractor: verify proto"
5242
agents:
5343
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"

0 commit comments

Comments
 (0)