| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5b5e775 commit 7ddb8c0
21 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | |
| 16 | - digest: sha256:81ed5ecdfc7cac5b699ba4537376f3563f6f04122c4ec9e735d3b3dc1d43dd32 | ||
| 17 | - # created: 2022-05-05T22:08:23.383410683Z | ||
| 16 | + digest: sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c | ||
| 17 | + # created: 2022-07-05T18:31:20.838186805Z | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,12 +11,10 @@ branchProtectionRules: | |||
| 11 | 11 | # No Kokoro: the following are Github actions | |
| 12 | 12 | - 'lint' | |
| 13 | 13 | - 'mypy' | |
| 14 | - - 'unit-3.6' | ||
| 15 | 14 | - 'unit-3.7' | |
| 16 | 15 | - 'unit-3.8' | |
| 17 | 16 | - 'unit-3.9' | |
| 18 | 17 | - 'unit-3.10' | |
| 19 | - - 'unit_wo_grpc-3.6' | ||
| 20 | 18 | - 'unit_wo_grpc-3.10' | |
| 21 | 19 | - 'cover' | |
| 22 | 20 | - 'docs' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,6 @@ jobs: | |||
| 13 | 13 | matrix: | |
| 14 | 14 | option: ["", "_wo_grpc"] | |
| 15 | 15 | python: | |
| 16 | - - "3.6" | ||
| 17 | 16 | - "3.7" | |
| 18 | 17 | - "3.8" | |
| 19 | 18 | - "3.9" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + # Format: //devtools/kokoro/config/proto/build.proto | ||
| 2 | + | ||
| 3 | + # Only run this nox session. | ||
| 4 | + env_vars: { | ||
| 5 | + key: "NOX_SESSION" | ||
| 6 | + value: "prerelease_deps" | ||
| 7 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + # Format: //devtools/kokoro/config/proto/build.proto | ||
| 2 | + | ||
| 3 | + # Only run this nox session. | ||
| 4 | + env_vars: { | ||
| 5 | + key: "NOX_SESSION" | ||
| 6 | + value: "prerelease_deps" | ||
| 7 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments