Skip to content

Commit

Permalink
Disable Kong from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Aug 19, 2021
1 parent ac75488 commit af807e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- release: xenial
kube_version: v1.18.10
kubespray_version: v2.14.2
# Disable openSuSE Tumbleweed given vagrant box issues
# TODO: Disable openSuSE Tumbleweed given vagrant box issues
# - os: opensuse
# release: tumbleweed
# vbox_controller: IDE Controller
Expand All @@ -79,7 +79,7 @@ jobs:
crun_enabled: true
test_runtimeclasses: true
- test_multinode: true
# Disable Kata Containers given kataShim comunication issues
# TODO: Disable Kata Containers given kataShim comunication issues
# - runtime: crio
# kata_containers_enabled: true
# test_runtimeclasses: true
Expand Down Expand Up @@ -118,6 +118,7 @@ jobs:
TEST_RUNTIMECLASSES: ${{ matrix.test_runtimeclasses }}
TEST_MULTINODE: ${{ matrix.test_multinode }}
VBOX_CONTROLLER: ${{ matrix.vbox_controller }}
KRD_INT_TESTS: "metallb istio haproxy kubevirt falco knative rook gatekeeper" # TODO: Investigate about the Kong ingress creation issue
run: |
cd ci
./bootstrap.sh
Expand Down

0 comments on commit af807e9

Please sign in to comment.