Skip to content

Commit

Permalink
chore(workflows):[#828] update Jira filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 25, 2024
1 parent 8b63a83 commit daba686
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ jobs:
needs: check-config
uses: ./.github/workflows/cucumber-integration-test-xray.yaml
secrets:
# TODO set secrets in GH
regularUserApiKey: ${{ secrets.INT_REGULAR_USER_API_KEY }}
adminUserApiKey: ${{ secrets.INT_ADMIN_USER_API_KEY }}
cucumberPublishToken: ${{ secrets.IRS_CUCUMBER_PUBLISH_TOKEN }}
jiraUser: ${{ secrets.jiraUser }}
jiraPassword: ${{ secrets.jiraPassword }}
with:
executionFilter: "!Ignore & !INACTIVE & INTEGRATION_TEST & INT"
# JIRA filter 10001: project = TRI AND type = Test AND "Test Type" = Cucumber TODO set correct filter description
executionFilter: "!Ignore& !INACTIVE & IRS & INT & POLICY_STORE"
# JIRA filter 10001: project = CXTM AND labels = "INT" AND labels = "IRS" AND status = Ready AND testType = Cucumber
exportFilter: 10001

0 comments on commit daba686

Please sign in to comment.