Skip to content

Commit

Permalink
!! DEBUG !! Remove reset test for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Oct 4, 2023
1 parent 289413c commit da2cab0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/master-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,12 @@ jobs:
- name: Install a simple application
if: inputs.test_type == 'cli' && contains(inputs.upstream_cluster_version, 'k3s')
run: cd tests && make e2e-install-app && make e2e-check-app
- name: Reset a node in the cluster
if: inputs.test_type == 'cli' && inputs.rancher_upgrade == ''
run: cd tests && make e2e-reset
- name: Check app after reset
if: inputs.test_type == 'cli' && inputs.rancher_upgrade == '' && contains(inputs.upstream_cluster_version, 'k3s')
run: cd tests && make e2e-check-app
# - name: Reset a node in the cluster
# if: inputs.test_type == 'cli' && inputs.rancher_upgrade == ''
# run: cd tests && make e2e-reset
# - name: Check app after reset
# if: inputs.test_type == 'cli' && inputs.rancher_upgrade == '' && contains(inputs.upstream_cluster_version, 'k3s')
# run: cd tests && make e2e-check-app
- name: Upgrade Elemental Operator
if: inputs.test_type == 'cli' && inputs.operator_upgrade != ''
id: operator_upgrade
Expand Down

0 comments on commit da2cab0

Please sign in to comment.