Skip to content

K8s-Calico-Cluster-IPVS3-HA-Sanity-CI #24

K8s-Calico-Cluster-IPVS3-HA-Sanity-CI

K8s-Calico-Cluster-IPVS3-HA-Sanity-CI #24

name: K8s-Calico-Cluster-IPVS3-HA-Sanity-CI
on:
#schedule:
# Runs "At 17:00 UTC every day-of-week"
#- cron: '0 17 * * *'
workflow_dispatch:
inputs:
testName:
description: 'Test Run-Name'
required: true
default: 'k8s-calico-cluster-ipvs3-ha'
jobs:
test-runner:
name: k8s-calico-cluster-ipvs3-ha-sanity
runs-on: self-hosted
#if: github.repository == 'loxilb-io/loxilb'
# && github.event.inputs.tagName == ''
steps:
#- name: Checkout
# uses: actions/checkout@v2
# with:
# submodules: recursive
- name: Run the test
run: |
cd cicd/k8s-calico-ipvs3-ha
#./config.sh
./validation.sh
cd -
#- name: Clean test-bed
# if: success() || failure()
# run: |
# cd cicd/k8s-calico-ipvs3-ha || true
# ./rmconfig.sh
# cd -