Skip to content

Commit

Permalink
Fix CA with secure ds CI failure
Browse files Browse the repository at this point in the history
DS container uses pki-runner image when configured with a certificate and
this has to be specified with the start script otherwise the startup take
in account the steps for quay.io ds image which is differently configured.
  • Loading branch information
fmarco76 committed May 28, 2024
1 parent d2aa5d5 commit 99a0085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ca-clone-secure-ds-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
docker cp primary:ds_server.p12 primaryds_server.p12
tests/bin/ds-container-certs-import.sh primaryds primaryds_server.p12
tests/bin/ds-container-stop.sh primaryds
tests/bin/ds-container-start.sh primaryds
tests/bin/ds-container-start.sh --image=pki-runner primaryds
- name: Install CA in primary PKI container
run: |
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
docker cp secondary:ds_server.p12 secondaryds_server.p12
tests/bin/ds-container-certs-import.sh secondaryds secondaryds_server.p12
tests/bin/ds-container-stop.sh secondaryds
tests/bin/ds-container-start.sh secondaryds
tests/bin/ds-container-start.sh --image=pki-runner secondaryds
- name: Install CA in secondary PKI container
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca-secure-ds-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
docker cp pki:ds_server.p12 ds_server.p12
tests/bin/ds-container-certs-import.sh ds ds_server.p12
tests/bin/ds-container-stop.sh ds
tests/bin/ds-container-start.sh ds
tests/bin/ds-container-start.sh --image=pki-runner ds
- name: Install CA
run: |
Expand Down

0 comments on commit 99a0085

Please sign in to comment.