From 6288b878799a369c8a0fc79098f85691bdd5184e Mon Sep 17 00:00:00 2001 From: amdfaa <107946068+amdfaa@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:14:58 -0600 Subject: [PATCH] Update linux_job_v2.yml (#6250) This removes the aws credentialing since we don't need the alpine image for the 'chown' workflow step. --- .github/workflows/linux_job_v2.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/linux_job_v2.yml b/.github/workflows/linux_job_v2.yml index c703b4d558..8325a3b14c 100644 --- a/.github/workflows/linux_job_v2.yml +++ b/.github/workflows/linux_job_v2.yml @@ -278,21 +278,6 @@ jobs: path: ${{ env.RUNNER_TEST_RESULTS_DIR }} fail-on-empty: false - - name: configure aws credentials - id: aws_creds - if: ${{ inputs.gpu-arch-type == 'rocm' }} - uses: aws-actions/configure-aws-credentials@v4 - with: - role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only - aws-region: us-east-1 - role-duration-seconds: 18000 - - - name: Login to Amazon ECR - id: login-ecr - if: ${{ inputs.gpu-arch-type == 'rocm' }} - continue-on-error: true - uses: aws-actions/amazon-ecr-login@v2 - - name: Chown repository directory if: ${{ inputs.gpu-arch-type != 'rocm' }} uses: ./test-infra/.github/actions/chown-directory