Skip to content

Commit

Permalink
ci/debug: test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Mar 27, 2024
1 parent ca1c530 commit 8595518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cli-k3s-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-K3s

on:
push:
workflow_dispatch:
inputs:
ca_type:
Expand Down Expand Up @@ -71,7 +72,7 @@ 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 }}
k8s_downstream_version: ${{ matrix.k8s_downstream_version }}
k8s_upstream_version: ${{ matrix.k8s_upstream_version }}
rancher_version: ${{ matrix.rancher_version }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ui-k3s-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: UI-K3s

on:
push:
workflow_dispatch:
inputs:
destroy_runner:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
boot_type: iso
ca_type: selfsigned
cypress_tags: main
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
#destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
elemental_ui_version: dev
k8s_downstream_version: ${{ matrix.k8s_downstream_version }}
k8s_upstream_version: ${{ matrix.k8s_upstream_version }}
Expand Down

0 comments on commit 8595518

Please sign in to comment.