Skip to content

Commit

Permalink
REVERT-ME:Test Build using autobuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Jan 2, 2025
1 parent c757d97 commit 103e973
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet-eks-windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,10 @@ jobs:
-var="eks_cluster_name=${{ inputs.test-cluster-name }}" \
-var="test_namespace=${{ env.DOTNET_SAMPLE_APP_NAMESPACE }}" \
-var="service_account_aws_access=service-account-${{ env.TESTING_ID }}" \
-var="dotnet_app_image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/${{ secrets.APP_SIGNALS_DOTNET_E2E_FE_SA_IMG }}" \
-var="dotnet_remote_app_image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/${{ secrets.APP_SIGNALS_DOTNET_E2E_RE_SA_IMG }}"
# -var="dotnet_app_image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/${{ secrets.APP_SIGNALS_DOTNET_E2E_FE_SA_IMG }}" \
# -var="dotnet_remote_app_image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/${{ secrets.APP_SIGNALS_DOTNET_E2E_RE_SA_IMG }}"
-var="dotnet_app_image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/appsignals-dotnet-windows-main-service:autobuild-latest" \
-var="dotnet_remote_app_image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/appsignals-dotnet-windows-remote-service:autobuild-latest"

- name: Remove aws access service account
if: always()
Expand Down
23 changes: 13 additions & 10 deletions .github/workflows/dotnet-windows-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
schedule:
- cron: '30 9 * * *' # run the workflow every day at 2:30am
workflow_dispatch: # be able to run the workflow on demand
push:
branches:
- dotnet-win-ecr-autobuild

concurrency:
group: ${{ github.workflow }}
Expand All @@ -33,13 +36,13 @@ jobs:
test-cluster-name: 'eks-windows-manual'
caller-workflow-name: 'appsignals-dotnet-windows-e2e-eks-canary-test'

ec2-windows:
strategy:
fail-fast: false
matrix:
aws-region: [ 'us-east-1']
uses: ./.github/workflows/dotnet-ec2-windows-retry.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-windows-canary-test'
# ec2-windows:
# strategy:
# fail-fast: false
# matrix:
# aws-region: [ 'us-east-1']
# uses: ./.github/workflows/dotnet-ec2-windows-retry.yml
# secrets: inherit
# with:
# aws-region: ${{ matrix.aws-region }}
# caller-workflow-name: 'appsignals-dotnet-e2e-ec2-windows-canary-test'

0 comments on commit 103e973

Please sign in to comment.