Skip to content

Commit

Permalink
chore(ci): replace regression workflow (#21600)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Oct 24, 2024
1 parent f890a50 commit 31732b0
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 949 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# /ci-run-unit-mac : runs Unit - Mac
# /ci-run-unit-windows : runs Unit - Windows
# /ci-run-environment : runs Environment Suite
# /ci-run-regression : runs Regression Detection Suite
# /ci-run-k8s : runs K8s E2E Suite

name: CI Review Trigger
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
|| startsWith(github.event.review.body, '/ci-run-unit-mac')
|| startsWith(github.event.review.body, '/ci-run-unit-windows')
|| startsWith(github.event.review.body, '/ci-run-environment')
|| startsWith(github.event.review.body, '/ci-run-regression')
|| startsWith(github.event.review.body, '/ci-run-k8s')
steps:
- name: Generate authentication token
Expand Down Expand Up @@ -130,12 +128,6 @@ jobs:
uses: ./.github/workflows/environment.yml
secrets: inherit

regression:
needs: validate
if: startsWith(github.event.review.body, '/ci-run-all') || contains(github.event.review.body, '/ci-run-regression')
uses: ./.github/workflows/regression.yml
secrets: inherit

k8s:
needs: validate
if: startsWith(github.event.review.body, '/ci-run-all') || contains(github.event.review.body, '/ci-run-k8s')
Expand Down
Loading

0 comments on commit 31732b0

Please sign in to comment.