Skip to content

Commit

Permalink
Merge branch 'main' into feature/dev-2817-replace-pathjoin-with-filep…
Browse files Browse the repository at this point in the history
…athjoin-in-atmos-code
  • Loading branch information
aknysh authored Dec 17, 2024
2 parents 54086f4 + 74f3931 commit 345f312
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Order is important: the last matching pattern has the highest precedence

# These owners will be the default owners for everything
* @cloudposse/engineering @cloudposse/contributors
* @cloudposse/engineering

# Cloud Posse must review any changes to Makefiles
**/Makefile @cloudposse/engineering
Expand All @@ -15,10 +15,10 @@

# Cloud Posse must review any changes to standard context definition,
# but some changes can be rubber-stamped.
**/*.tf @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
README.yaml @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
README.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
docs/*.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
**/*.tf @cloudposse/engineering @cloudposse/approvers
README.yaml @cloudposse/engineering @cloudposse/approvers
README.md @cloudposse/engineering @cloudposse/approvers
docs/*.md @cloudposse/engineering @cloudposse/approvers

# Cloud Posse Admins must review all changes to CODEOWNERS or the mergify configuration
.github/mergify.yml @cloudposse/admins
Expand Down
1 change: 1 addition & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: .github
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ jobs:
# - demo-stack-templating
# - demo-multi-cloud
- demo-vendoring
- tests

timeout-minutes: 20
steps:
Expand Down
9 changes: 7 additions & 2 deletions examples/tests/atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ logs:

# Custom CLI commands
commands:
# No arguments or flags are required
- name: "test"
description: "Run all tests"
steps:
- atmos vendor pull

- name: tf
description: Execute 'terraform' commands
# subcommands
Expand Down Expand Up @@ -196,7 +202,7 @@ commands:
Example usage:
atmos set-eks-cluster eks/cluster -s tenant1-ue1-dev -r admin
atmos set-eks-cluster eks/cluster -s tenant2-uw2-prod --role reader
verbose: false # Set to `true` to see verbose outputs
verbose: false # Set to `true` to see verbose outputs
arguments:
- name: component
description: Name of the component
Expand Down Expand Up @@ -233,7 +239,6 @@ commands:

# Integrations
integrations:

# Atlantis integration
# https://www.runatlantis.io/docs/repo-level-atlantis-yaml.html
atlantis:
Expand Down

0 comments on commit 345f312

Please sign in to comment.