Skip to content

Commit b3b5c35

Browse files
feat(secret): debug
1 parent 6e14214 commit b3b5c35

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
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

1114
env:
1215
# Allows to fetch multiple private repo crates with different deploy keys.
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: ⏯️🚀🐤 Canaries
22

33
on:
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

108
permissions:
119
id-token: write
@@ -15,7 +13,7 @@ jobs:
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 }}
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: ⏯️🚀🧬 Test staging package with molecule action
22
on:
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

97
jobs:
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'
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: ⏯️🚀💾 Packaging tests on demand
22

33
on:
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

108
permissions:
119
id-token: write
@@ -15,7 +13,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)