Skip to content

GoogleCloudPlatform/anthos-samples

Anthos Samples

Continuous Integration

This repository contains code samples for Anthos.


Contributing

Contributing new samples

  • 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

Contributing to existing samples

  • Check for the section titled 'Contributing' in the README specfic for that sample for details.

Releases

Please read the Release Guidelines document for details on how releases are managed for this repository.