Skip to content

Commit

Permalink
Update k8s-calico-ipvs3-ha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-netlox authored Jan 8, 2024
1 parent aa4bf41 commit f11077d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/k8s-calico-ipvs3-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ jobs:
test-runner:
name: k8s-calico-cluster-ipvs3-ha-sanity
runs-on: self-hosted
if: github.repository == 'loxilb-io/loxilb'
&& github.event.inputs.tagName == ''
#if: github.repository == 'loxilb-io/loxilb'
# && github.event.inputs.tagName == ''
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
#- name: Checkout
# uses: actions/checkout@v2
# with:
# submodules: recursive

- name: Run the test
run: |
cd cicd/k8s-calico-ipvs3-ha
./config.sh
#./config.sh
./validation.sh
cd -
- name: Clean test-bed
if: success() || failure()
run: |
cd cicd/k8s-calico-ipvs3-ha || true
./rmconfig.sh
cd -
#- name: Clean test-bed
# if: success() || failure()
# run: |
# cd cicd/k8s-calico-ipvs3-ha || true
# ./rmconfig.sh
# cd -

0 comments on commit f11077d

Please sign in to comment.