Skip to content

Commit ebfbbb9

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

8 files changed

+52
-55
lines changed

.github/workflows/component_canaries.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
with:
5252
aws_region: us-east-2
5353
container_make_target: "test/provision TF_VAR_inventory_output=/srv/runner/inventory/${{ env.TAG_OR_UNIQUE_NAME }}-inventory.ec2 TAG_OR_UNIQUE_NAME=${{ env.TAG_OR_UNIQUE_NAME }}"
54-
ecs_cluster_name: caos_super_agent_releases
55-
task_definition_name: super_agent-releases
56-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
57-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
54+
ecs_cluster_name: agent_control
55+
task_definition_name: agent_control
56+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
57+
cloud_watch_logs_stream_name: ecs/test-agent_control
5858
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
5959
repo_name: "newrelic/newrelic-super-agent"
6060
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"
@@ -72,10 +72,10 @@ jobs:
7272
with:
7373
aws_region: us-east-2
7474
container_make_target: "test/canaries ANSIBLE_INVENTORY='/srv/runner/inventory/${{ env.TAG_OR_UNIQUE_NAME }}-inventory.ec2' LIMIT=testing_hosts_linux NR_OTEL_COLLECTOR_MEMORY_LIMIT=100 NR_OTEL_COLLECTOR_OTLP_ENDPOINT=staging-otlp.nr-data.net:4317"
75-
ecs_cluster_name: caos_super_agent_releases
76-
task_definition_name: super_agent-releases
77-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
78-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
75+
ecs_cluster_name: agent_control
76+
task_definition_name: agent_control
77+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
78+
cloud_watch_logs_stream_name: ecs/test-agent_control
7979
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
8080
repo_name: "newrelic/newrelic-super-agent"
8181
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"

.github/workflows/component_canaries_prune.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
with:
4949
aws_region: us-east-2
5050
container_make_target: "test/provision-clean TAG_OR_UNIQUE_NAME=${{ env.TAG_OR_UNIQUE_NAME }}"
51-
ecs_cluster_name: caos_super_agent_releases
52-
task_definition_name: super_agent-releases
53-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
54-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
51+
ecs_cluster_name: agent_control
52+
task_definition_name: agent_control
53+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
54+
cloud_watch_logs_stream_name: ecs/test-agent_control
5555
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
5656
repo_name: "newrelic/newrelic-super-agent"
5757
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"

.github/workflows/component_onhost_e2e.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
with:
6464
aws_region: us-east-2
6565
container_make_target: "test/provision TF_VAR_inventory_output=/srv/runner/inventory/${{ env.UNIQUE_NAME }}-inventory.ec2 TAG_OR_UNIQUE_NAME=${{ env.UNIQUE_NAME }} EC2_FILTERS=${{ env.EC2_FILTERS }}"
66-
ecs_cluster_name: caos_super_agent_releases
67-
task_definition_name: super_agent-releases
68-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
69-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
66+
ecs_cluster_name: agent_control
67+
task_definition_name: agent_control
68+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
69+
cloud_watch_logs_stream_name: ecs/test-agent_control
7070
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
7171
repo_name: "newrelic/newrelic-super-agent"
7272
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"
@@ -84,10 +84,10 @@ jobs:
8484
with:
8585
aws_region: us-east-2
8686
container_make_target: "test/e2e REPOSITORY_ENDPOINT=${{ inputs.REPOSITORY_ENDPOINT }} ANSIBLE_INVENTORY='/srv/runner/inventory/${{ env.UNIQUE_NAME }}-inventory.ec2' PACKAGE_VERSION=${{ inputs.PACKAGE_VERSION }}"
87-
ecs_cluster_name: caos_super_agent_releases
88-
task_definition_name: super_agent-releases
89-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
90-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
87+
ecs_cluster_name: agent_control
88+
task_definition_name: agent_control
89+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
90+
cloud_watch_logs_stream_name: ecs/test-agent_control
9191
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
9292
repo_name: "newrelic/newrelic-super-agent"
9393
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"
@@ -99,10 +99,10 @@ jobs:
9999
with:
100100
aws_region: us-east-2
101101
container_make_target: "test/provision-clean TAG_OR_UNIQUE_NAME=${{ env.UNIQUE_NAME }}"
102-
ecs_cluster_name: caos_super_agent_releases
103-
task_definition_name: super_agent-releases
104-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
105-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
102+
ecs_cluster_name: agent_control
103+
task_definition_name: agent_control
104+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
105+
cloud_watch_logs_stream_name: ecs/test-agent_control
106106
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
107107
repo_name: "newrelic/newrelic-super-agent"
108108
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"

.github/workflows/component_provision_packaging.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
3434
aws-region: us-east-2
35-
35+
3636
- uses: actions/checkout@v4
3737

3838
- name: Set branch name
@@ -48,10 +48,10 @@ jobs:
4848
with:
4949
aws_region: us-east-2
5050
container_make_target: "test/provision TF_VAR_inventory_output=/srv/runner/inventory/${{ env.TAG_OR_UNIQUE_NAME }}-inventory.ec2 TAG_OR_UNIQUE_NAME=${{ env.TAG_OR_UNIQUE_NAME }}"
51-
ecs_cluster_name: caos_super_agent_releases
52-
task_definition_name: super_agent-releases
53-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
54-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
51+
ecs_cluster_name: agent_control
52+
task_definition_name: agent_control
53+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
54+
cloud_watch_logs_stream_name: ecs/test-agent_control
5555
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
5656
repo_name: "newrelic/newrelic-super-agent"
5757
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"
@@ -69,10 +69,10 @@ jobs:
6969
with:
7070
aws_region: us-east-2
7171
container_make_target: "test/packaging ANSIBLE_INVENTORY='/srv/runner/inventory/${{ env.TAG_OR_UNIQUE_NAME }}-inventory.ec2' LIMIT=testing_hosts_linux NR_OTEL_COLLECTOR_MEMORY_LIMIT=100 NR_SUPER_AGENT_VERSION=${{ env.TAG_OR_UNIQUE_NAME }} NR_OTEL_COLLECTOR_OTLP_ENDPOINT=staging-otlp.nr-data.net:4317"
72-
ecs_cluster_name: caos_super_agent_releases
73-
task_definition_name: super_agent-releases
74-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
75-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
72+
ecs_cluster_name: agent_control
73+
task_definition_name: agent_control
74+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
75+
cloud_watch_logs_stream_name: ecs/test-agent_control
7676
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
7777
repo_name: "newrelic/newrelic-super-agent"
7878
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"
@@ -83,10 +83,10 @@ jobs:
8383
with:
8484
aws_region: us-east-2
8585
container_make_target: "test/provision-clean TAG_OR_UNIQUE_NAME=${{ env.TAG_OR_UNIQUE_NAME }}"
86-
ecs_cluster_name: caos_super_agent_releases
87-
task_definition_name: super_agent-releases
88-
cloud_watch_logs_group_name: /ecs/test-prerelease-super_agent-releases
89-
cloud_watch_logs_stream_name: ecs/test-super_agent-releases
86+
ecs_cluster_name: agent_control
87+
task_definition_name: agent_control
88+
cloud_watch_logs_group_name: /ecs/test-prerelease-agent_control
89+
cloud_watch_logs_stream_name: ecs/test-agent_control
9090
aws_vpc_subnet: ${{ secrets.AWS_VPC_SUBNET }}
9191
repo_name: "newrelic/newrelic-super-agent"
9292
git_clone_url: "ssh://git@github.com/newrelic/newrelic-super-agent.git"

.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)