static aws creds for load test (#1825)
## Type of change - [x] 🤖 Test - [x] 💻 CI/Deployment ## Issue(s) * #1775 ## Test Plan - [x] 💚 E2E
This commit is contained in:
parent
db415c1ffb
commit
9279ebbbbe
10
.github/workflows/load_test.yml
vendored
10
.github/workflows/load_test.yml
vendored
@ -26,14 +26,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# AWS creds
|
|
||||||
- name: Configure AWS credentials from Test account
|
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
|
||||||
with:
|
|
||||||
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
|
|
||||||
role-session-name: integration-testing
|
|
||||||
aws-region: us-east-1
|
|
||||||
|
|
||||||
- name: Build the otel-daemon
|
- name: Build the otel-daemon
|
||||||
run: make build-otel-daemon
|
run: make build-otel-daemon
|
||||||
|
|
||||||
@ -55,6 +47,8 @@ jobs:
|
|||||||
# run the tests
|
# run the tests
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
env:
|
env:
|
||||||
|
AWS_ACCESS_KEY_ID: ${{ secrete.AWS_ACCESS_KEY_ID }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrete.AWS_ACCESS_KEY_SECRET }}
|
||||||
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
|
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
|
||||||
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
|
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
|
||||||
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
|
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user