Skip to content

Commit

Permalink
Fix TPS test failure
Browse files Browse the repository at this point in the history
PKI CA and TPS tests have been updated to use DS container
from Quay instead of DS packages from Fedora to avoid JSS
issue #994.

Resolves: #994
  • Loading branch information
edewata committed Sep 5, 2024
1 parent 3e05c6f commit 501eb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pki-ca-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

env:
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || 'dogtagpki' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'jss-runner' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pki-tps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

env:
NAMESPACE: ${{ vars.REGISTRY_NAMESPACE || 'dogtagpki' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'jss-runner' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand Down

0 comments on commit 501eb7a

Please sign in to comment.