Skip to content

Commit 1353d67

Browse files
committed
for initial must-gather test, run just one test
Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
1 parent 0f1f16b commit 1353d67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
- name: "Run integration tests"
7676
run: |
7777
eval $(ssh-agent -s)
78-
make integration-tests
78+
make crds-rs trusted-cluster-gen
79+
RUST_LOG=info REGISTRY=quay.io/trusted-execution-clusters TAG=latest TRUSTEE_IMAGE=quay.io/trusted-execution-clusters/key-broker-service:v0.20.0 APPROVED_IMAGE=quay.io/trusted-execution-clusters/fedora-coreos@sha256:6997f51fd27d1be1b5fc2e6cc3ebf16c17eb94d819b5d44ea8d6cf5f826ee773 TEST_IMAGE=quay.io/trusted-execution-clusters/fedora-coreos-kubevirt:42.20260622 cargo test --test attestation --features virtualization -- --nocapture test_attestation
7980
- name: "Gather must-gather"
8081
run: must-gather/gather
8182
env:

0 commit comments

Comments
 (0)