This repository contains code samples for Anthos.
Please add the sample as a root level directory in the repository
If the sample has Golang code or Terraform scripts, then update the tf-validate
and go-unit-tests
jobs of ci_any_pr.yaml and ci_main_branch.yaml files to include the new sample under: strategy.matrix
If the sample introduces new language (or other files that require tests), then add new job or step to the exisiting CI workflows at ci_any_pr.yaml
and ci_main_branch.yaml
Please read the Release Guidelines document for details on how releases are managed for this repository.