Skip to content

Commit 51877f7

Browse files
committed
REVERT-ME:Test Build using autobuild image
1 parent ce9f67c commit 51877f7

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

.github/workflows/dotnet-eks-windows-test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ permissions:
3434
contents: read
3535

3636
env:
37-
E2E_TEST_ACCOUNT_ID: ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
37+
E2E_TEST_ACCOUNT_ID: ${{ secrets.XZH_APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
38+
ACCOUNT_ID: ${{ secrets.XZH_APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
3839
E2E_TEST_ROLE_NAME: ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
3940
E2E_TEST_AWS_REGION: ${{ inputs.aws-region }}
4041
CLUSTER_NAME: ${{ inputs.test-cluster-name }}
@@ -101,11 +102,11 @@ jobs:
101102
role-to-assume: arn:aws:iam::${{ env.E2E_TEST_ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
102103
aws-region: us-east-1
103104

104-
- name: Retrieve account
105-
uses: aws-actions/aws-secretsmanager-get-secrets@v1
106-
with:
107-
secret-ids: |
108-
ACCOUNT_ID, region-account/${{ env.E2E_TEST_AWS_REGION }}
105+
# - name: Retrieve account
106+
# uses: aws-actions/aws-secretsmanager-get-secrets@v1
107+
# with:
108+
# secret-ids: |
109+
# ACCOUNT_ID, region-account/${{ env.E2E_TEST_AWS_REGION }}
109110

110111
# ADOT_E2E_TEST_ROLE_ARN is used to access main build e2e test cluster
111112
# E2E_TEST_ROLE_ARN is used to access canary e2e test cluster

.github/workflows/dotnet-windows-canary.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
schedule:
1111
- cron: '30 9 * * *' # run the workflow every day at 2:30am
1212
workflow_dispatch: # be able to run the workflow on demand
13+
push:
14+
branches:
15+
- 'test-eks-created-xzh'
1316

1417
concurrency:
1518
group: ${{ github.workflow }}
@@ -30,16 +33,16 @@ jobs:
3033
secrets: inherit
3134
with:
3235
aws-region: ${{ matrix.aws-region }}
33-
test-cluster-name: 'eks-windows-manual'
36+
test-cluster-name: 'e2e-dotnet-windows-canary-test'
3437
caller-workflow-name: 'appsignals-dotnet-windows-e2e-eks-canary-test'
35-
36-
ec2-windows:
37-
strategy:
38-
fail-fast: false
39-
matrix:
40-
aws-region: [ 'us-east-1']
41-
uses: ./.github/workflows/dotnet-ec2-windows-retry.yml
42-
secrets: inherit
43-
with:
44-
aws-region: ${{ matrix.aws-region }}
45-
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-windows-canary-test'
38+
#
39+
# ec2-windows:
40+
# strategy:
41+
# fail-fast: false
42+
# matrix:
43+
# aws-region: [ 'us-east-1']
44+
# uses: ./.github/workflows/dotnet-ec2-windows-retry.yml
45+
# secrets: inherit
46+
# with:
47+
# aws-region: ${{ matrix.aws-region }}
48+
# caller-workflow-name: 'appsignals-dotnet-e2e-ec2-windows-canary-test'

0 commit comments

Comments
 (0)