From 8a92e81f98ab4e221935ab698d2e9527594bd2d5 Mon Sep 17 00:00:00 2001 From: Saul Paredes Date: Sun, 31 Mar 2024 12:29:09 -0700 Subject: [PATCH] gha: add GENPOLICY_PULL_METHOD Add GENPOLICY_PULL_METHOD that will be used to test pulling container images in genpolicy using the oci-distribution crate and/or the containerd interface. GENPOLICY_PULL_METHOD will start being used in a future PR. Fixes: #9384 Signed-off-by: Saul Paredes --- .github/workflows/run-k8s-tests-on-aks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/run-k8s-tests-on-aks.yaml b/.github/workflows/run-k8s-tests-on-aks.yaml index 48a12d398f..10202ae3c8 100644 --- a/.github/workflows/run-k8s-tests-on-aks.yaml +++ b/.github/workflows/run-k8s-tests-on-aks.yaml @@ -45,6 +45,11 @@ jobs: - host_os: cbl-mariner vmm: clh instance-type: small + genpolicy-pull-method: oci-distribution + - host_os: cbl-mariner + vmm: clh + instance-type: small + genpolicy-pull-method: containerd - host_os: cbl-mariner vmm: clh instance-type: normal @@ -63,6 +68,7 @@ jobs: KUBERNETES: "vanilla" USING_NFD: "false" K8S_TEST_HOST_TYPE: ${{ matrix.instance-type }} + GENPOLICY_PULL_METHOD: ${{ matrix.genpolicy-pull-method }} steps: - uses: actions/checkout@v4 with: