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 5
5
6
6
set -euo pipefail
7
7
8
+ # shellcheck source=instrumentation-docs/instrumentations.sh
8
9
source " $( dirname " $0 " ) /instrumentations.sh"
9
10
10
11
ALL_TASKS=()
Original file line number Diff line number Diff line change 6
6
7
7
set -euo pipefail
8
8
9
+ # shellcheck source=instrumentation-docs/instrumentations.sh
9
10
source " $( dirname " $0 " ) /instrumentations.sh"
10
11
11
12
readonly TELEMETRY_DIR_NAME=" .telemetry"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set -euo pipefail
4
4
5
5
# This file is sourced by collect.sh and ci-collect.sh
6
6
7
+ # shellcheck disable=SC2034
7
8
readonly INSTRUMENTATIONS=(
8
9
# <module path (colon-separated)> : <javaagent|library> : [ gradle-task-suffix ]
9
10
" activej-http-6.0:javaagent:test"
@@ -92,6 +93,7 @@ readonly INSTRUMENTATIONS=(
92
93
93
94
# Some instrumentation test suites don't run ARM, so we use colima to run them in an x86_64
94
95
# container.
96
+ # shellcheck disable=SC2034
95
97
readonly COLIMA_INSTRUMENTATIONS=(
96
98
" elasticsearch:elasticsearch-rest-6.4:javaagent:test"
97
99
" elasticsearch:elasticsearch-rest-5.0:javaagent:test"
You can’t perform that action at this time.
0 commit comments