Skip to content

Commit

Permalink
PR feedback; use the same session name
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Oct 16, 2024
1 parent b16d495 commit b6dc432
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHABookSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHADocSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
report-script: ./scripts/compliance
report-path: ./target/compliance/report.html
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHAComplianceSession
role-session-name: S2nQuicGHAS3Session
aws-s3-region: us-west-2
aws-s3-bucket-name: s2n-quic-ci-artifacts
cdn: $CDN
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHACoverageSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload results
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHARecoverySession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHASimsSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -651,7 +651,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHATimingSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2


Expand Down Expand Up @@ -747,7 +747,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHADhatSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHAInteropSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHAInteropReportSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHABenchSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload results
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHAPerfReportSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2nQuicGHADocSession
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down

0 comments on commit b6dc432

Please sign in to comment.