Skip to content

Commit

Permalink
Add new cluster to CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Dec 2, 2022
1 parent 3a035bf commit d163ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- cluster_name: nasa-cryo
- cluster_name: gridsst
- cluster_name: victor
- cluster-name: 2i2c-aws-us
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
failure_nasa-cryo: "${{ env.failure_nasa-cryo }}"
failure_gridsst: "${{ env.failure_gridsst }}"
failure_victor: "${{ env.failure_victor }}"
failure_2i2c-aws-us: "${{ env.failure_2i2c-aws-us }}"

# Only run this job on pushes to the default branch and when the job output is not
# an empty list
Expand Down

0 comments on commit d163ed0

Please sign in to comment.