Dina Graves Portman
Dina Graves Portman
Currently there are no tests in this directory, which makes merging PR's risky.
## Proposal Adopt Cloud Deploy to manage our Cloud Run service deployments. ## Problems this will solve Our current implementation of continuous delivery includes some advanced features, but is very...
## Proposal Right now the `canary.cloudbuild.yaml` file says `_TRAFFIC=$((${_TRAFFIC}+5))`. It's quite easy to go in and update this hardcoded value, but it would be better to have it be a...
## Proposal Improve the health check that gates canary rollout from a [pass/fail curl](https://github.com/GoogleCloudPlatform/emblem/blob/main/ops/canary.cloudbuild.yaml#L25) to a deeper check. We do not want to continue a rollout if a health check...
## Action Re-write the ([current unit test CI implementation](https://github.com/GoogleCloudPlatform/emblem/blob/main/ops/unit-tests.cloudbuild.yaml)) as a GitHub Action to improve visibility of test outcomes to all project contributors. ## Background In #94, we merged a...
- Write script - Update documentation reference: - https://github.com/GoogleCloudPlatform/fourkeys/pull/50 - https://github.com/GoogleCloudPlatform/fourkeys/issues/46
Update Nox to only run applicable session on the files that have code changes in a PR.
When we create the subscription for for the push events, eg `github-subscription` for pushing events to the `github-parser`, we should also create a pull subscription that users can use to...