Skip to content

Commit aefe198

Browse files
chore: fix kokoro config for samples (#524)
Source-Link: googleapis/synthtool@dd05f9d Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b
1 parent 160d1ec commit aefe198

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:5ff7446edeaede81c3ed58b23a4e76a5403fba1350ce28478045657303b6479d
3+
digest: sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b

.kokoro/samples/python3.6/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-storage/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.7/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-storage/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.8/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-storage/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.9/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-storage/.kokoro/test-samples-against-head.sh"
1111
}

0 commit comments

Comments
 (0)