Skip to content

Commit

Permalink
Merge pull request #18505 from andrewhsu/PESDLC-1369-slash-unit-test
Browse files Browse the repository at this point in the history
register `/rp-unit-test` github slash command
  • Loading branch information
andrewhsu authored May 17, 2024
2 parents 77d54fc + b33e203 commit a7cd2b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildkite-slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: BK slash-command
on:
repository_dispatch:
types:
- ci-repeat-command
- test-codecov-command
- cdt-command
- test-release-pipeline-command
- test-arm64-command
- ci-repeat-command
- dt-command
- microbench-command
- publish-to-install-pack-command
- rp-unit-test-command
- test-arm64-command
- test-codecov-command
- test-rc-pipeline-command

- test-release-pipeline-command
jobs:
run-build:
runs-on: ubuntu-latest
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
issue-type: both
commands: |
backport
ci-repeat
test-codecov
cdt
test-release-pipeline
test-arm64
ci-repeat
dt
microbench
publish-to-install-pack
rp-unit-test
test-arm64
test-codecov
test-rc-pipeline
test-release-pipeline
static-args: |
org=redpanda-data
repo=redpanda
Expand Down

0 comments on commit a7cd2b0

Please sign in to comment.