Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
- updated trustee and kbs-client images to latest
- integration tests now triggered on pull requests only

Signed-off-by: Leonardo Milleri <[email protected]>
  • Loading branch information
lmilleri committed Dec 4, 2024
1 parent cd5909c commit 6a00bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/kuttl-int-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Integration tests"

on:
push:
branches:
- main
pull_request:
branches:
- main 
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ build-installer: manifests generate kustomize ## Generate a consolidated YAML wi
# Run sample attestation in a kind cluster
# pre-requirements: kuttl plugin and kind are installed
# Usage: KBS_IMAGE_NAME=<trustee-image> CLIENT_IMAGE_NAME=<client-image> make test-e2e
KBS_IMAGE_NAME ?= quay.io/confidential-containers/trustee:290fd0eb64ab20f50efbd27cf80542851c0ee17f
CLIENT_IMAGE_NAME ?= quay.io/confidential-containers/kbs-client:v0.9.0
KBS_IMAGE_NAME ?= quay.io/confidential-containers/trustee:latest
CLIENT_IMAGE_NAME ?= quay.io/confidential-containers/kbs-client:latest
.PHONY: test-e2e
test-e2e:
./tests/scripts/kind-with-registry.sh
Expand Down

0 comments on commit 6a00bed

Please sign in to comment.