Skip to content

Commit 54f51e0

Browse files
chore: added extra variables to each kokoro config (#598)
1 parent 44f17f5 commit 54f51e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.kokoro/performance/common.cfg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,18 @@ env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
2626
value: "github/python-logging/.kokoro/test-performance.sh"
2727
}
28+
29+
# add labels to help with testgrid filtering
30+
env_vars: {
31+
key: "PRODUCT_AREA_LABEL"
32+
value: "observability"
33+
}
34+
env_vars: {
35+
key: "PRODUCT_LABEL"
36+
value: "logging"
37+
}
38+
env_vars: {
39+
key: "LANGUAGE_LABEL"
40+
value: "python"
41+
}
42+

0 commit comments

Comments
 (0)