Olivier Bourgeois
Olivier Bourgeois
Do you want to help contribute? Head over here: https://crowdin.com/project/xiv-todo Details and help in the Discord server: https://discord.gg/zfzhKhG3zj
Do you want to help contribute? Head over here: https://crowdin.com/project/xiv-todo Details and help in the Discord server: https://discord.gg/zfzhKhG3zj
Do you want to help contribute? Head over here: https://crowdin.com/project/xiv-todo Details and help in the Discord server: https://discord.gg/zfzhKhG3zj
This PR simplifies the release making process and increases the consistency with the Bank of Anthos process (https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/main/release/make-release.sh) **Changes to note:** - the `make-release.sh` script(s) has had its lines-of-code reduced...
Since Cloud Debugger is getting deprecated (doc: https://cloud.google.com/debugger/docs), we should remove it altogether and potentially replace it with Snapshot Debugger (https://github.com/GoogleCloudPlatform/snapshot-debugger) Cloud Debugger is currently embedded in some services (for...
Currently, the [Cypress e2e tests](https://github.com/GoogleCloudPlatform/bank-of-anthos/tree/main/.github/workflows/ui-tests) creates predefine user accounts to run tests and then deletes them. This can fail through race conditions if multiple instances of these tests are running...
Currently, the IaC Terraform script for the CI/CD pipeline creates a private Artifact Registry repository. https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/main/iac/tf-multienv-cicd-anthos-autopilot/artifact-registry.tf The above need to be augmented such that the member `allUsers` has role `roles/artifactregistry.reader`.
As of release `v0.6.0` (PR: https://github.com/GoogleCloudPlatform/bank-of-anthos/pull/1425), release Kubernetes manifests are no longer copy-pasted from a staging directory. Instead, they are programmatically generated using `skaffold render` (see https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/release/v0.6.0/docs/releasing/make-release.sh#L60-L72). Since we want...
If the [PR trigger](https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/main/.github/cloudbuild/ci-pr.yaml) fails to complete, it may leave a residual deployment namespace (with a running deployment) in the development cluster that will never be cleaned up. These can...