Skip to content

Run tests using Cloud Build for CI.#2

Open
davidwtbuxton wants to merge 1 commit into
masterfrom
cloud-build-ci
Open

Run tests using Cloud Build for CI.#2
davidwtbuxton wants to merge 1 commit into
masterfrom
cloud-build-ci

Conversation

@davidwtbuxton
Copy link
Copy Markdown
Contributor

The Cloud Build runner uses a custom Docker image which includes the Cloud SDK
tools, and multiple versions of Python.

Fixes #1

The Cloud Build runner uses a custom Docker image which includes the Cloud SDK
tools, and multiple versions of Python.
@davidwtbuxton
Copy link
Copy Markdown
Contributor Author

The downside to using Cloud Build is when the CI fails, there's not much detail in the GitHub UI as to what happened. There is a link to view more details in the Google Cloud Console, but that will be restricted to Google project owners.

@davidwtbuxton davidwtbuxton requested a review from bradleyg March 11, 2020 08:24
@davidwtbuxton davidwtbuxton requested a review from miuraken April 8, 2020 07:53
@bradleyg
Copy link
Copy Markdown

bradleyg commented May 4, 2020

In that case it probably makes sense to use Github Actions here instead..

@neo
Copy link
Copy Markdown
Contributor

neo commented Mar 2, 2021

Not sure if it's related, but I think even if not for CI, it might still be a good idea to have a docker option for local development and production deployment. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup continuous integration to run tests and enforce a code style

3 participants