We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bd7a6 commit db4e4d7Copy full SHA for db4e4d7
.ci/integration-tests/hcloud-centos-8/test.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
git clone -b "$GIT_BRANCH" https://github.com/stackabletech/spark-k8s-operator.git
3
-(cd spark-k8s-operator/ && ./scripts/run_tests.sh)
+(cd spark-k8s-operator/ && ./scripts/run_tests.sh --parallel 1)
4
exit_code=$?
5
./operator-logs.sh spark-k8s > /target/spark-k8s-operator.log
6
./operator-logs.sh spark > /target/spark-operator.log
0 commit comments