diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 2e2061a4b..c92ec8af3 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -354,10 +354,10 @@ jobs: run: cat /opt/.runner_env >> $GITHUB_ENV # Run tests - - name: Run Docker tests - run: ./tests/main.py "docker" - - name: Run Autoconf tests - run: ./tests/main.py "autoconf" + #- name: Run Docker tests + #run: ./tests/main.py "docker" + #- name: Run Autoconf tests + #run: ./tests/main.py "autoconf" - name: Run Swarm tests run: ./tests/main.py "swarm" - name: Run Kubernetes tests @@ -540,4 +540,4 @@ jobs: # kubeconfig: ${{ secrets.KUBE_CONFIG_STAGING }} # - name: k8s deploy (staging) - # run: kubectl rollout restart deployment bunkerweb-controller && kubectl rollout restart daemonset bunkerweb \ No newline at end of file + # run: kubectl rollout restart deployment bunkerweb-controller && kubectl rollout restart daemonset bunkerweb diff --git a/examples/nextcloud/tests.json b/examples/nextcloud/tests.json index 5a4baa011..8b119e5fd 100644 --- a/examples/nextcloud/tests.json +++ b/examples/nextcloud/tests.json @@ -3,8 +3,7 @@ "kinds": [ "docker", "autoconf", - "swarm", - "kubernetes", + "kubernetes", "linux" ], "timeout": 120, @@ -17,4 +16,4 @@ "string": "nextcloud" } ] -} \ No newline at end of file +}