Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: add build specific samples project (#55)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for samples

https://github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32

`BUILD_SPECIFIC_GCLOUD_PROJECT` is an alternate project used for sample tests that do poorly with concurrent runs on the same project.

Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Source-Date: Wed Sep 30 13:06:03 2020 -0600
Source-Repo: googleapis/synthtool
Source-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4
Source-Link: googleapis/synthtool@9b0da52

Co-authored-by: Dan O'Meara <danom@google.com>
  • Loading branch information
yoshi-automation and danoscarmike committed Nov 18, 2020
1 parent 128b6c8 commit 894abca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-videointelligence.git",
"sha": "463636e3b183a1ab836765fab761161d70f74970"
"remote": "https://github.com/googleapis/python-videointelligence.git",
"sha": "55415a81e738badc997e93d60c37b5dbc8b373ea"
}
},
{
Expand All @@ -19,14 +19,15 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e89175cf074dccc4babb4eca66ae913696e47a71"
"sha": "9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e89175cf074dccc4babb4eca66ae913696e47a71"
"sha": "9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4"

}
}
],
Expand Down

0 comments on commit 894abca

Please sign in to comment.