z-shah / anthos-samples

Anthos code samples

Home Page:https://cloud.google.com/anthos/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Anthos code samples

https://cloud.google.com/anthos/docs

License:Apache License 2.0


Languages

Language:HCL 44.0%Language:Go 36.5%Language:Shell 12.1%Language:Python 4.1%Language:Makefile 1.3%Language:Smarty 1.2%Language:Ruby 0.7%