Skip to content

Commit f7ee220

Browse files
committed
Created a new reusable workflow linux_job_v2_rocm.ymlfor rocm with aws authentication. Rolled back changes made to linux_job_v2.yml.
1 parent 415bc42 commit f7ee220

File tree

2 files changed

+390
-13
lines changed

2 files changed

+390
-13
lines changed

.github/workflows/linux_job_v2.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,19 +186,6 @@ jobs:
186186
fetch-depth: ${{ inputs.fetch-depth }}
187187
submodules: ${{ inputs.submodules }}
188188

189-
- name: configure aws credentials
190-
id: aws_creds
191-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
192-
with:
193-
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only
194-
aws-region: us-east-1
195-
role-duration-seconds: 18000
196-
197-
- name: Login to Amazon ECR
198-
id: login-ecr
199-
continue-on-error: true
200-
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
201-
202189
- name: Calculate docker image
203190
id: calculate-docker-image
204191
uses: ./test-infra/.github/actions/calculate-docker-image

0 commit comments

Comments
 (0)