File tree Expand file tree Collapse file tree 20 files changed +50
-27
lines changed Expand file tree Collapse file tree 20 files changed +50
-27
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ env_vars: {
24
24
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
25
25
26
26
# Use the trampoline script to run in docker.
27
- build_file: " python-docs-samples/.kokoro/trampoline .sh"
27
+ build_file: " python-docs-samples/.kokoro/trampoline_v2 .sh"
28
28
29
29
# Download secrets from Cloud Storage.
30
30
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
@@ -41,3 +41,8 @@ env_vars: {
41
41
key: " RUN_TESTS_SESSION"
42
42
value: " lint"
43
43
}
44
+
45
+ env_vars: {
46
+ key: " TRAMPOLINE_DOCKERFILE"
47
+ value: " .kokoro/docker/Dockerfile"
48
+ }
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_head.sh"
20
+ value: " .kokoro/tests/run_tests_diff_head.sh"
21
21
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests.sh"
20
+ value: " .kokoro/tests/run_tests.sh"
21
21
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_master.sh"
20
+ value: " .kokoro/tests/run_tests_diff_master.sh"
21
21
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ env_vars: {
26
26
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
27
27
28
28
# Use the trampoline script to run in docker.
29
- build_file: " python-docs-samples/.kokoro/trampoline .sh"
29
+ build_file: " python-docs-samples/.kokoro/trampoline_v2 .sh"
30
30
31
31
# Download secrets from Cloud Storage.
32
32
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
@@ -44,9 +44,13 @@ env_vars: {
44
44
value: " py-2.7"
45
45
}
46
46
47
- # Declare build specific Cloud project. It still uses the common one,
48
- # but we'll update the value once we have more Cloud projects.
47
+ # Declare build specific Cloud project.
49
48
env_vars: {
50
49
key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
51
50
value: " python-docs-samples-tests"
52
51
}
52
+
53
+ env_vars: {
54
+ key: " TRAMPOLINE_DOCKERFILE"
55
+ value: " .kokoro/docker/Dockerfile"
56
+ }
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_head.sh"
20
+ value: " .kokoro/tests/run_tests_diff_head.sh"
21
21
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests.sh"
20
+ value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
23
env_vars: {
24
24
key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " True "
25
+ value: " true "
26
26
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_master.sh"
20
+ value: " .kokoro/tests/run_tests_diff_master.sh"
21
21
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ env_vars: {
26
26
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
27
27
28
28
# Use the trampoline script to run in docker.
29
- build_file: " python-docs-samples/.kokoro/trampoline .sh"
29
+ build_file: " python-docs-samples/.kokoro/trampoline_v2 .sh"
30
30
31
31
# Download secrets from Cloud Storage.
32
32
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
@@ -50,3 +50,8 @@ env_vars: {
50
50
key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
51
51
value: " python-docs-samples-tests-py36"
52
52
}
53
+
54
+ env_vars: {
55
+ key: " TRAMPOLINE_DOCKERFILE"
56
+ value: " .kokoro/docker/Dockerfile"
57
+ }
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_head.sh"
20
+ value: " .kokoro/tests/run_tests_diff_head.sh"
21
21
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests.sh"
20
+ value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
23
env_vars: {
24
24
key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " True "
25
+ value: " true "
26
26
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_master.sh"
20
+ value: " .kokoro/tests/run_tests_diff_master.sh"
21
21
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ env_vars: {
26
26
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
27
27
28
28
# Use the trampoline script to run in docker.
29
- build_file: " python-docs-samples/.kokoro/trampoline .sh"
29
+ build_file: " python-docs-samples/.kokoro/trampoline_v2 .sh"
30
30
31
31
# Download secrets from Cloud Storage.
32
32
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
@@ -50,3 +50,8 @@ env_vars: {
50
50
key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
51
51
value: " python-docs-samples-tests-py37"
52
52
}
53
+
54
+ env_vars: {
55
+ key: " TRAMPOLINE_DOCKERFILE"
56
+ value: " .kokoro/docker/Dockerfile"
57
+ }
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_head.sh"
20
+ value: " .kokoro/tests/run_tests_diff_head.sh"
21
21
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests.sh"
20
+ value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
23
env_vars: {
24
24
key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " True "
25
+ value: " true "
26
26
}
Original file line number Diff line number Diff line change 14
14
15
15
# Format: //devtools/kokoro/config/proto/build.proto
16
16
17
- # Tell the trampoline which build file to use.
18
17
env_vars: {
19
18
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_master.sh"
19
+ value: " .kokoro/tests/run_tests_diff_master.sh"
21
20
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ env_vars: {
26
26
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
27
27
28
28
# Use the trampoline script to run in docker.
29
- build_file: " python-docs-samples/.kokoro/trampoline .sh"
29
+ build_file: " python-docs-samples/.kokoro/trampoline_v2 .sh"
30
30
31
31
# Download secrets from Cloud Storage.
32
32
gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
@@ -50,3 +50,8 @@ env_vars: {
50
50
key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
51
51
value: " python-docs-samples-tests-py38"
52
52
}
53
+
54
+ env_vars: {
55
+ key: " TRAMPOLINE_DOCKERFILE"
56
+ value: " .kokoro/docker/Dockerfile"
57
+ }
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_head.sh"
20
+ value: " .kokoro/tests/run_tests_diff_head.sh"
21
21
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests.sh"
20
+ value: " .kokoro/tests/run_tests.sh"
21
21
}
22
22
23
23
env_vars: {
24
24
key: " REPORT_TO_BUILD_COP_BOT"
25
- value: " True "
25
+ value: " true "
26
26
}
Original file line number Diff line number Diff line change 17
17
# Tell the trampoline which build file to use.
18
18
env_vars: {
19
19
key: " TRAMPOLINE_BUILD_FILE"
20
- value: " github/python-docs-samples/ .kokoro/tests/run_tests_diff_master.sh"
20
+ value: " .kokoro/tests/run_tests_diff_master.sh"
21
21
}
You can’t perform that action at this time.
0 commit comments