From 32c191e427de61b8f19c046188fb974ca17d334a Mon Sep 17 00:00:00 2001 From: Loic Devulder Date: Tue, 21 May 2024 11:54:57 +0200 Subject: [PATCH] !! DEBUG !! ci-debug-cluster-check Signed-off-by: Loic Devulder --- .github/workflows/cli-rm-head-2.9-matrix.yaml | 30 +++++++++---------- .github/workflows/sub_cli.yaml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/cli-rm-head-2.9-matrix.yaml b/.github/workflows/cli-rm-head-2.9-matrix.yaml index b92ab71a2..1fba0c338 100644 --- a/.github/workflows/cli-rm-head-2.9-matrix.yaml +++ b/.github/workflows/cli-rm-head-2.9-matrix.yaml @@ -52,21 +52,21 @@ jobs: rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.9"')) }} reset: ${{ fromJSON(format('[{0}]', inputs.reset || 'false')) }} sequential: [ false ] - include: - - ca_type: selfsigned - cluster_type: "" - k8s_downstream_version: v1.28.9+k3s1 - k8s_upstream_version: v1.28.9+k3s1 - rancher_version: stable/latest - reset: true - sequential: true - - ca_type: private - cluster_type: hardened - k8s_downstream_version: v1.28.9+k3s1 - k8s_upstream_version: v1.28.9+k3s1 - rancher_version: stable/latest - reset: true - sequential: false +# include: +# - ca_type: selfsigned +# cluster_type: "" +# k8s_downstream_version: v1.28.9+k3s1 +# k8s_upstream_version: v1.28.9+k3s1 +# rancher_version: stable/latest +# reset: true +# sequential: true +# - ca_type: private +# cluster_type: hardened +# k8s_downstream_version: v1.28.9+k3s1 +# k8s_upstream_version: v1.28.9+k3s1 +# rancher_version: stable/latest +# reset: true +# sequential: false uses: ./.github/workflows/master_e2e.yaml secrets: credentials: ${{ secrets.GCP_CREDENTIALS }} diff --git a/.github/workflows/sub_cli.yaml b/.github/workflows/sub_cli.yaml index f31eb6b40..3e081e28b 100644 --- a/.github/workflows/sub_cli.yaml +++ b/.github/workflows/sub_cli.yaml @@ -428,7 +428,7 @@ jobs: env: OPERATOR_REPO: ${{ inputs.operator_repo }} # Don't test Operator uninstall if we want to keep the runner for debugging purposes - if: ${{ inputs.destroy_runner == true }} + #if: ${{ inputs.destroy_runner == true }} run: cd tests && make e2e-uninstall-operator # This step must be called in each worklow that wants a summary!