From e85b8af619abc7ba151d23a8eef8e547ae6a590d Mon Sep 17 00:00:00 2001 From: Marko Kosmerl Date: Mon, 9 Dec 2024 16:42:12 -0300 Subject: [PATCH] chore(IDX): disable system tests k8s (#3069) Disabling temporarily. Will enable again once Kubevirt is on 1.4.0 and VM manifests are adjusted. --- .github/workflows/system-tests-k8s.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/system-tests-k8s.yml b/.github/workflows/system-tests-k8s.yml index fa02d47251f..892ce8a20cb 100644 --- a/.github/workflows/system-tests-k8s.yml +++ b/.github/workflows/system-tests-k8s.yml @@ -7,11 +7,12 @@ name: System Tests K8s # --field jobs="32" on: - schedule: - - cron: "0 3 * * *" - pull_request: - paths: - - '.github/workflows/system-tests-k8s.yml' + # XXX: temporarily disabling until we have kubevirt 1.4.0 + # schedule: + # - cron: "0 3 * * *" + # pull_request: + # paths: + # - '.github/workflows/system-tests-k8s.yml' workflow_dispatch: inputs: targets: