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 e9ca17b commit 28c79d3Copy full SHA for 28c79d3
hack/lib.sh
@@ -98,7 +98,7 @@ write_junit() {
98
errors=1
99
failure='<failure type="Failure">Step failed</failure>'
100
fi
101
- TEST_CLASS="${TEST_CLASS:-Kubermatic}"
+ TEST_CLASS="${TEST_CLASS:-api-syncagent}"
102
cat << EOF > ${ARTIFACTS}/junit.$(echo $TEST_NAME | sed 's/ /_/g' | tr '[:upper:]' '[:lower:]').xml
103
<?xml version="1.0" ?>
104
<testsuites>
hack/verify-boilerplate.sh
@@ -28,6 +28,7 @@ set -x
28
"$BOILERPLATE" \
29
-boilerplates hack/boilerplate \
30
-exclude .github \
31
+ -exclude hack/uget.sh \
32
-exclude internal/certificates/triple \
33
-exclude sdk/applyconfiguration \
34
-exclude sdk/clientset \
0 commit comments