Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Jul 25, 2024
1 parent 0fcb9c6 commit 9270642
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
- name: Deploy the traffic generator
run: |
kubectl create deployment traffic-generator \
--image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/traffic-generator:latest \
--image=${{ env.ACCOUNT_ID }}.dkr.ecr.${{ env.E2E_TEST_AWS_REGION }}.amazonaws.com/e2e-test-resource:traffic-generator \
--replicas=1
kubectl set env deployment/traffic-generator MAIN_ENDPOINT=${{ env.APP_ENDPOINT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## including logs, metrics, and traces.
name: Test
on:
# push:
push:

permissions:
id-token: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/traffic-generator-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Create and Push Traffic Generator Image
on:
workflow_dispatch:
push:
# branches:
# - main
# paths:
# - 'traffic-generator/**'
branches:
- main
paths:
- 'traffic-generator/**'

permissions:
id-token: write
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
aws-region: ${{ matrix.aws-region }}

- name: Login to Amazon ECR
id: login-ecr-public
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Build, tag, and push image to Amazon ECR
Expand Down

0 comments on commit 9270642

Please sign in to comment.