Skip to content

Commit

Permalink
e2e: update enclave-cc CI image tags
Browse files Browse the repository at this point in the history
The KBC "feature" name was added in the payload image tag. From
now on, operator tests should run using images with -sample-kbc- tag.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
  • Loading branch information
mythi authored and fidencio committed Jul 19, 2023
1 parent 2c8c9bb commit 1d24793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enclave-cc-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install enclave-cc sim
run: |
cd config/samples/enclave-cc/sim
latest_ci_tag=$(curl -s -X GET "https://quay.io/api/v1/repository/confidential-containers/runtime-payload-ci/tag/" | jq -r -n 'first(inputs | .tags[].name | select(test("enclave-cc-SIM-[a-f0-9]{40}")))')
latest_ci_tag=$(curl -s -X GET "https://quay.io/api/v1/repository/confidential-containers/runtime-payload-ci/tag/" | jq -r -n 'first(inputs | .tags[].name | select(test("enclave-cc-SIM-sample-kbc-[a-f0-9]{40}")))')
kustomize edit set image quay.io/confidential-containers/runtime-payload=quay.io/confidential-containers/runtime-payload-ci:$latest_ci_tag
echo "Testing Enclave CC using the following CI tag: ${latest_ci_tag}"
kubectl apply -k .
Expand Down

0 comments on commit 1d24793

Please sign in to comment.