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 44fa50b commit 68f4dd4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/k8s-calico-ipvs3-ha.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: K8s-Calico-Cluster-IPVS3-HA-Sanity-CI
on:
schedule:
#schedule:
# Runs "At 17:00 UTC every day-of-week"
- cron: '0 17 * * *'
#- cron: '0 17 * * *'
workflow_dispatch:
inputs:
testName:
Expand All @@ -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 68f4dd4

Please sign in to comment.