File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 55
66set -euo pipefail
77
8+ # shellcheck source=instrumentation-docs/instrumentations.sh
89source " $( dirname " $0 " ) /instrumentations.sh"
910
1011ALL_TASKS=()
Original file line number Diff line number Diff line change 66
77set -euo pipefail
88
9+ # shellcheck source=instrumentation-docs/instrumentations.sh
910source " $( dirname " $0 " ) /instrumentations.sh"
1011
1112readonly TELEMETRY_DIR_NAME=" .telemetry"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set -euo pipefail
44
55# This file is sourced by collect.sh and ci-collect.sh
66
7+ # shellcheck disable=SC2034
78readonly INSTRUMENTATIONS=(
89 # <module path (colon-separated)> : <javaagent|library> : [ gradle-task-suffix ]
910 " activej-http-6.0:javaagent:test"
@@ -92,6 +93,7 @@ readonly INSTRUMENTATIONS=(
9293
9394# Some instrumentation test suites don't run ARM, so we use colima to run them in an x86_64
9495# container.
96+ # shellcheck disable=SC2034
9597readonly COLIMA_INSTRUMENTATIONS=(
9698 " elasticsearch:elasticsearch-rest-6.4:javaagent:test"
9799 " elasticsearch:elasticsearch-rest-5.0:javaagent:test"
You can’t perform that action at this time.
0 commit comments