Skip to content

Commit

Permalink
!! DEBUG !!
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Jul 17, 2024
1 parent c1fc9c3 commit 9e79444
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cli-regression-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: CLI-Regression

on:
push:
branches:
- 1207-ci-add-regression-tests
workflow_dispatch:
inputs:
destroy_runner:
Expand Down Expand Up @@ -38,10 +41,10 @@ jobs:
qase_api_token: ${{ secrets.QASE_API_TOKEN }}
with:
ca_type: selfsigned
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 }}
qase_run_id: ${{ github.event_name == 'schedule' && 'auto' || inputs.qase_run_id }}
# qase_run_id: ${{ github.event_name == 'schedule' && 'auto' || inputs.qase_run_id }}
rancher_version: prime/latest
reset: true
sequential: false
Expand Down

0 comments on commit 9e79444

Please sign in to comment.