Skip to content

Commit

Permalink
Refactor PRA scenario to include kubeconfig paths for source and sink…
Browse files Browse the repository at this point in the history
… endpoints
  • Loading branch information
KillianG committed Jul 22, 2024
1 parent 5a38c50 commit 0c56fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ jobs:
build-args: |
CTST_TAG=${{ env.CTST_TAG }}
DRCTL_TAG=v1.0.0
HOME=/home/runner
tags: "${{ env.E2E_CTST_IMAGE_NAME }}:${{ env.E2E_IMAGE_TAG }}"
cache-from: type=gha,scope=end2end-ctst
cache-to: type=gha,mode=max,scope=end2end-ctst
Expand Down
1 change: 1 addition & 0 deletions tests/ctst/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG CTST_TAG
ARG DRCTL_TAG
ARG HOME

FROM ghcr.io/scality/zenko-drctl:$DRCTL_TAG as drctl
FROM ghcr.io/scality/cli-testing:$CTST_TAG
Expand Down

0 comments on commit 0c56fdf

Please sign in to comment.