Skip to content

Commit

Permalink
Merge pull request #758 from swagatbora90/logcheck-fix
Browse files Browse the repository at this point in the history
remove logcheck script from buildkite pipeline, use gh workflow instead
  • Loading branch information
fangn2 authored Jul 18, 2023
2 parents 23bad8e + 1bce78b commit 2a60b1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
51 changes: 0 additions & 51 deletions .buildkite/logcheck.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ steps:

- wait

# Git history validation happens after the 'wait' step so it happens
# in parallel with the subsequent tests and does not prevent them
# from running in the event of a validation failure.
- label: 'git log validation'
command: './.buildkite/logcheck.sh'
# This should run in the same queue, but we don't care whether it runs on
# the same host.
agents:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"

- label: ":protractor: verify proto"
agents:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
Expand Down

0 comments on commit 2a60b1c

Please sign in to comment.