ci/cd - temp disable k8s test

This commit is contained in:
florian 2022-08-26 19:14:28 +02:00
parent 8f44e108bb
commit 478e980189
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 2 additions and 2 deletions

View File

@ -360,8 +360,8 @@ jobs:
#run: ./tests/main.py "autoconf"
#- name: Run Swarm tests
#run: ./tests/main.py "swarm"
- name: Run Kubernetes tests
run: ./tests/main.py "kubernetes"
#- name: Run Kubernetes tests
#run: ./tests/main.py "kubernetes"
- name: Generate Linux packages and build test images
run: ./tests/linux.sh ${{ env.BUILD_MODE }}
- name: Run Linux Ubuntu tests