File tree Expand file tree Collapse file tree 20 files changed +187
-25
lines changed
Expand file tree Collapse file tree 20 files changed +187
-25
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,22 @@ branchProtectionRules:
1111 - ' Kokoro - Against Pub/Sub Lite samples'
1212 - ' cla/google'
1313 - ' Samples - Lint'
14+ - ' Samples - Python 3.7'
15+ - ' Samples - Python 3.8'
1416 - ' Samples - Python 3.9'
1517 - ' Samples - Python 3.10'
1618 - ' Samples - Python 3.11'
1719 - ' Samples - Python 3.12'
18- - ' Samples - Python 3.13'
1920 - ' Samples - Python 3.14'
2021 - ' OwlBot Post Processor'
2122 - ' docs'
2223 - ' docfx'
2324 - ' lint'
25+ - ' unit (3.7)'
26+ - ' unit (3.8)'
2427 - ' unit (3.9)'
2528 - ' unit (3.10)'
2629 - ' unit (3.11)'
2730 - ' unit (3.12)'
28- - ' unit (3.13)'
2931 - ' unit (3.14)'
3032 - ' cover'
Original file line number Diff line number Diff line change 33env_vars: {
44 key: " INSTALL_LIBRARY_FROM_SOURCE"
55 value: " True"
6- }
6+ }
Original file line number Diff line number Diff line change 33env_vars: {
44 key: " INSTALL_LIBRARY_FROM_SOURCE"
55 value: " True"
6- }
6+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Build logs will be here
4+ action {
5+ define_artifacts {
6+ regex: " **/*sponge_log.xml"
7+ }
8+ }
9+
10+ # Specify which tests to run
11+ env_vars: {
12+ key: " RUN_TESTS_SESSION"
13+ value: " py-3.7"
14+ }
15+
16+ # Declare build specific Cloud project.
17+ env_vars: {
18+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
19+ value: " python-docs-samples-tests-py37"
20+ }
21+
22+ env_vars: {
23+ key: " TRAMPOLINE_BUILD_FILE"
24+ value: " github/python-pubsub/.kokoro/test-samples.sh"
25+ }
26+
27+ # Configure the docker image for kokoro-trampoline.
28+ env_vars: {
29+ key: " TRAMPOLINE_IMAGE"
30+ value: " gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
31+ }
32+
33+ # Download secrets for samples
34+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
35+
36+ # Download trampoline resources.
37+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
38+
39+ # Use the trampoline script to run in docker.
40+ build_file: " python-pubsub/.kokoro/trampoline_v2.sh"
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
7+
8+ env_vars: {
9+ key: " TRAMPOLINE_BUILD_FILE"
10+ value: " github/python-pubsub/.kokoro/test-samples-against-head.sh"
11+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " False"
6+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ # Build logs will be here
4+ action {
5+ define_artifacts {
6+ regex: " **/*sponge_log.xml"
7+ }
8+ }
9+
10+ # Specify which tests to run
11+ env_vars: {
12+ key: " RUN_TESTS_SESSION"
13+ value: " py-3.8"
14+ }
15+
16+ # Declare build specific Cloud project.
17+ env_vars: {
18+ key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
19+ value: " python-docs-samples-tests-py38"
20+ }
21+
22+ env_vars: {
23+ key: " TRAMPOLINE_BUILD_FILE"
24+ value: " github/python-pubsub/.kokoro/test-samples.sh"
25+ }
26+
27+ # Configure the docker image for kokoro-trampoline.
28+ env_vars: {
29+ key: " TRAMPOLINE_IMAGE"
30+ value: " gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
31+ }
32+
33+ # Download secrets for samples
34+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
35+
36+ # Download trampoline resources.
37+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/trampoline"
38+
39+ # Use the trampoline script to run in docker.
40+ build_file: " python-pubsub/.kokoro/trampoline_v2.sh"
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
2+
3+ env_vars: {
4+ key: " INSTALL_LIBRARY_FROM_SOURCE"
5+ value: " True"
6+ }
You can’t perform that action at this time.
0 commit comments