From b6dc432f15b4a9a94841a7d08a9171875b27c1ad Mon Sep 17 00:00:00 2001 From: Doug Chapman Date: Wed, 16 Oct 2024 19:18:42 +0000 Subject: [PATCH] PR feedback; use the same session name --- .github/workflows/book.yml | 2 +- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/qns.yml | 8 ++++---- .github/workflows/tshark.yml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 0a66f86bd..b942cc2c9 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 919ffa3b5..63c5e22a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 6f91093b8..e3aafaa90 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/tshark.yml b/.github/workflows/tshark.yml index 403163338..533b13915 100644 --- a/.github/workflows/tshark.yml +++ b/.github/workflows/tshark.yml @@ -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