Skip to content

Commit

Permalink
[CI]: fix CI test trigger parameters (#4076)
Browse files Browse the repository at this point in the history
fixes the parameters passed in when triggering tests from a github
comment
  • Loading branch information
aboedo authored and nyeu committed Oct 1, 2024
1 parent 4bab054 commit da3fd0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,6 @@ workflows:
jobs:
- release-train


daily-loadshedder-integration-tests:
when:
and:
Expand Down Expand Up @@ -1440,7 +1439,9 @@ workflows:
- equal:
- "run-manual-tests"
- << pipeline.parameters.action >>
- equal: [ "run-from-github-comments", << pipeline.parameters.GHA_Event >>]
- equal:
- "run-from-github-comments"
- << pipeline.parameters.GHA_Meta >>
jobs:
- backend-integration-tests-SK1
- backend-integration-tests-SK2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:

uses: CircleCI-Public/[email protected]
with:
GHA_Action: "run-from-github-comments"
GHA_Meta: "run-from-github-comments"
env:
CCI_TOKEN: ${{ secrets.CIRCLECI_TOKEN }}

0 comments on commit da3fd0e

Please sign in to comment.