Skip to content

Commit

Permalink
!! DEBUG !!
Browse files Browse the repository at this point in the history
ci-debug-cluster-check

Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed May 21, 2024
1 parent ae048c6 commit 32c191e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/cli-rm-head-2.9-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 32c191e

Please sign in to comment.