File tree Expand file tree Collapse file tree 4 files changed +15
-18
lines changed
Expand file tree Collapse file tree 4 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 77 schedule :
88 # Scheduled to run at 4 a.m on every day-of-week from Monday through Friday.
99 - cron : " 0 4 * * 1-5"
10+ push :
11+ branches :
12+ - feat/fargate
1013
1114env :
1215 # Allows to fetch multiple private repo crates with different deploy keys.
Original file line number Diff line number Diff line change 11name : ⏯️🚀🐤 Canaries
22
33on :
4- workflow_dispatch :
5- inputs :
6- tag :
7- description : ' Version of the agent-control for the canaries'
8- required : true
4+ push :
5+ branches :
6+ - feat/fargate
97
108permissions :
119 id-token : write
1513 canaries :
1614 uses : ./.github/workflows/component_canaries.yml
1715 with :
18- TAG : ${{ inputs.tag }}
16+ TAG : 0.30.0
1917 secrets :
2018 AWS_ROLE_ARN : ${{ secrets.AWS_ROLE_ARN }}
2119 AWS_VPC_SUBNET : ${{ secrets.AWS_VPC_SUBNET }}
Original file line number Diff line number Diff line change 11name : ⏯️🚀🧬 Test staging package with molecule action
22on :
3- workflow_dispatch :
4- inputs :
5- tag :
6- description : ' Version of the agent to test installation'
7- required : true
3+ push :
4+ branches :
5+ - feat/fargate
86
97jobs :
108 molecule-packaging-tests :
119 uses : ./.github/workflows/component_molecule_packaging.yml
1210 with :
13- TAG : ${{ inputs.tag }}
11+ TAG : 0.30.0
1412 PACKAGE_NAME : " newrelic-agent-control"
1513 REPO_ENDPOINT : ' http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/preview'
Original file line number Diff line number Diff line change 11name : ⏯️🚀💾 Packaging tests on demand
22
33on :
4- workflow_dispatch :
5- inputs :
6- tag :
7- description : ' Version of the agent to test installation'
8- required : true
4+ push :
5+ branches :
6+ - feat/fargate
97
108permissions :
119 id-token : write
1513 infra :
1614 uses : ./.github/workflows/component_provision_packaging.yml
1715 with :
18- TAG_OR_UNIQUE_NAME : ${{ inputs.tag }}
16+ TAG_OR_UNIQUE_NAME : 0.30.0
1917 secrets :
2018 AWS_ROLE_ARN : ${{ secrets.AWS_ROLE_ARN }}
2119 AWS_VPC_SUBNET : ${{ secrets.AWS_VPC_SUBNET }}
You can’t perform that action at this time.
0 commit comments