File tree Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ them back to GitHub as Check Runs.
18
18
steps :
19
19
- command : npm test
20
20
plugins :
21
- - check-run-reporter/check-run-reporter#v2.10.1 :
21
+ - check-run-reporter/check-run-reporter#v2.10.2 :
22
22
report : ' reports/junit/**/*.xml'
23
23
token : ' <your repo token>'
24
24
` ` `
@@ -37,7 +37,7 @@ should run on this host.
37
37
steps:
38
38
- command: npm test -- $$CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT
39
39
plugins:
40
- - check-run-reporter/check-run-reporter#v2.10.1 :
40
+ - check-run-reporter/check-run-reporter#v2.10.2 :
41
41
tests: 'src/**/*.spec.ts,!src/storyshots.spec.ts'
42
42
report: 'reports/junit/**/*.xml'
43
43
token: '<your repo token>'
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ log () {
43
43
echo " $@ " 1>&2
44
44
}
45
45
46
+ HOSTNAME=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_HOSTNAME:- api.check-run-reporter.com}
46
47
LABEL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_LABEL:- $BUILDKITE_LABEL }
47
48
ROOT=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_ROOT:- $(find_root)}
48
49
SHA=$BUILDKITE_COMMIT
65
66
fi
66
67
67
68
$BIN submit \
69
+ --hostname=" $HOSTNAME " \
68
70
--label=" $LABEL " \
69
71
--report=" $REPORT_DIR " \
70
72
--root=" $ROOT " \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ log () {
10
10
echo " $@ " 1>&2
11
11
}
12
12
13
+ HOSTNAME=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_HOSTNAME:- api.check-run-reporter.com}
13
14
LABEL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_LABEL:- $BUILDKITE_LABEL }
14
15
TOKEN=$BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TOKEN
15
16
TESTS=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TESTS:- ' ' }
39
40
40
41
export CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT
41
42
CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT=$( $BIN split \
43
+ --hostname=" $HOSTNAME " \
42
44
--label=" $LABEL " \
43
45
--nodeCount=" $NODE_COUNT " \
44
46
--nodeIndex=" $NODE_INDEX " \
You can’t perform that action at this time.
0 commit comments