8000 feat: add time-to-live in a queue for builds by yoshi-automation · Pull Request #19 · googleapis/python-cloudbuild · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4ac566d
Integrate Python GAPIC Microgenerator in googleapis. This PR uses usi…
yoshi-automation Jun 23, 2020
d676cbf
chore(python): create thread_safety doc
yoshi-automation Jun 23, 2020
42184bd
chore(python): remove extra #!/bin/bash
yoshi-automation Jun 23, 2020
39f4efa
Dialogflow weekly v2 library update: - Minor comment updates.
yoshi-automation Jun 23, 2020
0ca4bac
chore(python): remove one remaining extra bash line
yoshi-automation Jun 23, 2020
8000
152a708
Cloud Billing Budget API v1beta1 Add support for subaccounts and labe…
yoshi-automation Jun 23, 2020
183002c
Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings.
yoshi-automation Jun 23, 2020
7fbe2e3
bazel: update protobuf, rules_go, gazelle, and gapic-generator-go ver…
yoshi-automation Jun 23, 2020
ef065e0
docs: update python docs template
yoshi-automation Jun 23, 2020
d9a2647
feat: add templates for python samples projects
yoshi-automation Jun 23, 2020
b83a334
chore: update default ignores for Python libraries
yoshi-automation Jun 23, 2020
efa5b94
feat: allow custom python versions in noxfile
yoshi-automation Jun 23, 2020
a0e6f48
chore: update gapic-generator and go microgen
yoshi-automation Jun 23, 2020
b7b0582
fix: use protoc-docs-plugin 0.8.0
yoshi-automation Jun 23, 2020
676e3b8
fix(python): change autodoc_default_flags to autodoc_default_options
yoshi-automation Jun 23, 2020
933fbe1
chore: set Ruby namespace in proto options
yoshi-automation Jun 23, 2020
03aa03d
feat(python): add defaults for microgenerator libraries
yoshi-automation Jun 23, 2020
0e81771
chore(python): fix line breaks in template and use newer black version
yoshi-automation Jun 23, 2020
2c3b296
docs: add multiprocessing
busunkim96 Jun 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ exclude =
# Exclude generated code.
**/proto/**
**/gapic/**
**/services/**
**/types/**
*_pb2.py

# Standard linting exemptions.
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
dist
build
eggs
.eggs
parts
bin
var
Expand Down Expand Up @@ -49,6 +50,7 @@ bigquery/docs/generated
# Virtual environment
env/
coverage.xml
sponge_log.xml

# System test environment variables.
system_tests/local_test_setup
Expand Down
2 changes: 0 additions & 2 deletions .kokoro/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/bash

set -eo pipefail

# Disable buffering, so that the logs stream through.
Expand Down
2 changes: 0 additions & 2 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/bash

set -eo pipefail

# Start the releasetool reporter
Expand Down
34 changes: 34 additions & 0 deletions .kokoro/samples/lint/common.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Build logs will be here
action {
define_artifacts {
regex: "**/*sponge_log.xml"
}
}

# Specify which tests to run
env_vars: {
key: "RUN_TESTS_SESSION"
value: "lint"
}

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/python-cloudbuild/.kokoro/test-samples.sh"
}

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
}

# Download secrets for samples
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"

# Download trampoline resources.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "python-cloudbuild/.kokoro/trampoline.sh"
6 changes: 6 additions & 0 deletions .kokoro/samples/lint/continuous.cfg