Skip to content

Commit

Permalink
NR-164383: add macstadium vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Feb 13, 2024
1 parent a537922 commit 93e1122
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_canary_alerts_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
NR_ACCOUNT_ID: ${{secrets.NR_ACCOUNT_ID}}
CANARIES_NR_API_KEY: ${{secrets.CANARIES_NR_API_KEY}}
MACSTADIUM_USER: ${{secrets.MACSTADIUM_USER}}
MACSTADIUM_PASSWORD: ${{secrets.MACSTADIUM_PASSWORD}}
with:
TAG: ${{ github.event.inputs.tag }}
2 changes: 2 additions & 0 deletions .github/workflows/ci_canary_alerts_provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
NR_ACCOUNT_ID: ${{secrets.NR_ACCOUNT_ID}}
CANARIES_NR_API_KEY: ${{secrets.CANARIES_NR_API_KEY}}
MACSTADIUM_USER: ${{secrets.MACSTADIUM_USER}}
MACSTADIUM_PASSWORD: ${{secrets.MACSTADIUM_PASSWORD}}
with:
TAG: ${{ github.event.inputs.tag }}
6 changes: 6 additions & 0 deletions .github/workflows/component_canary_alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
required: true
NR_ACCOUNT_ID:
required: true
MACSTADIUM_USER:
required: true
MACSTADIUM_PASSWORD:
required: true
inputs:
TAG:
required: true
Expand Down Expand Up @@ -60,6 +64,8 @@ jobs:
PREVIOUS_VERSION=${{ env.PREVIOUS_NR_VERSION }}
VERSION=${{ inputs.TAG }}
TERRAFORM_STATE_KEY=${{ env.TERRAFORM_STATE }}
MACSTADIUM_USER=${{ secrets.MACSTADIUM_USER }}
MACSTADIUM_PASSWORD=${{ secrets.MACSTADIUM_PASSWORD }}
ecs_cluster_name: caos_infra_agent
task_definition_name: infra-agent
cloud_watch_logs_group_name: /ecs/test-prerelease-infra-agent
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/component_canary_alerts_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
required: true
NR_ACCOUNT_ID:
required: true
MACSTADIUM_USER:
required: true
MACSTADIUM_PASSWORD:
required: true
inputs:
TAG:
required: true
Expand Down Expand Up @@ -60,6 +64,8 @@ jobs:
PREVIOUS_VERSION=${{ env.PREVIOUS_NR_VERSION }}
VERSION=${{ inputs.TAG }}
TERRAFORM_STATE_KEY=${{ env.TERRAFORM_STATE }}
MACSTADIUM_USER=${{ secrets.MACSTADIUM_USER }}
MACSTADIUM_PASSWORD=${{ secrets.MACSTADIUM_PASSWORD }}
ecs_cluster_name: caos_infra_agent
task_definition_name: infra-agent
cloud_watch_logs_group_name: /ecs/test-prerelease-infra-agent
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prerelease_canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ jobs:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
CANARIES_NR_API_KEY: ${{secrets.CANARIES_NR_API_KEY}}
NR_ACCOUNT_ID: ${{secrets.NR_ACCOUNT_ID}}
MACSTADIUM_USER: ${{secrets.MACSTADIUM_USER}}
MACSTADIUM_PASSWORD: ${{secrets.MACSTADIUM_PASSWORD}}

0 comments on commit 93e1122

Please sign in to comment.