Skip to content

Commit

Permalink
!! DEBUG !!
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed May 30, 2024
1 parent 7f75703 commit a89459e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cli-k3s-selinux-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-K3s-SELinux

on:
push:
workflow_dispatch:
inputs:
ca_type:
Expand Down Expand Up @@ -46,7 +47,8 @@ jobs:
max-parallel: 4
matrix:
ca_type: ${{ fromJSON(format('[{0}]', inputs.ca_type || '"selfsigned"')) }}
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"","hardened"')) }}
#cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"","hardened"')) }}
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '""')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.13+k3s1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.27.13+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest"')) }}
Expand All @@ -59,7 +61,8 @@ jobs:
with:
ca_type: ${{ matrix.ca_type }}
cluster_type: ${{ matrix.cluster_type }}
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
#destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
destroy_runner: false
k8s_downstream_version: ${{ matrix.k8s_downstream_version }}
k8s_upstream_version: ${{ matrix.k8s_upstream_version }}
os_to_test: registry.opensuse.org/isv/rancher/elemental/dev/containers/suse/sl-micro/6.0/k3s-selinux-iso-image:latest
Expand Down

0 comments on commit a89459e

Please sign in to comment.