Skip to content

Commit

Permalink
Make admin write functional tests parallel for AB#16866.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMaki committed Nov 12, 2024
1 parent a62f1be commit 09f0f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/Pipelines/pipelines/FunctionalTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
dependsOn:
- "Admin_Seed"
- "Admin_Read_Tests"
strategy:
parallel: 6
timeoutInMinutes: 15
steps:
- task: Bash@3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ TZ=America/Vancouver npx cypress run \
--env "keycloak_password=$KEYCLOAK_PW,idir_password=$IDIR_PASSWORD,keycloak_admin_secret=$KEYCLOAK_ADMIN_SECRET" \
--record \
--key $CYPRESS_ADMIN_KEY \
--parallel \
--ci-build-id "$buildId-AdminWrite" \
--group "$buildId-AdminWrite" \
--tag "$tags" \
Expand Down

0 comments on commit 09f0f7a

Please sign in to comment.