Skip to content

GoogleCloudPlatform/anthos-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

faf7f18 · Dec 6, 2023
Oct 18, 2023
Oct 14, 2022
Dec 20, 2022
Jul 27, 2023
Dec 6, 2023
May 25, 2022
Oct 18, 2022
Jun 8, 2023
Aug 25, 2023
Sep 21, 2022
Sep 14, 2022
Mar 2, 2022
May 26, 2022
Aug 3, 2023
Nov 21, 2023
May 16, 2023
Oct 14, 2022
Mar 10, 2022
Aug 3, 2023
Apr 21, 2021
May 21, 2021
May 21, 2021
May 26, 2022
May 26, 2022
Oct 13, 2021
Feb 2, 2023

Repository files navigation

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.