Skip to content

Commit ebcdafe

Browse files
committed
fix: run all fastpaths in single container
1 parent 8f21a6e commit ebcdafe

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

.github/workflows/test-fastpaths.yaml

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -58,49 +58,15 @@ jobs:
5858
role-duration-seconds: 3600
5959
aws-region: ${{ secrets.AWS_REGION }}
6060
role-session-name: GithubActionsSession-${{ env.CLUSTER_ID }}
61-
- name: Run tests - Getting Started
61+
- name: Run tests - Fastpaths
6262
env:
6363
DOCKER_BUILDKIT: 1
6464
DEV_MODE: 1
6565
AWS_REGION: "${{ secrets.AWS_REGION }}"
6666
DOCKER_DNS_OVERRIDE: "8.8.8.8"
6767
run: |
6868
export AWS_DEFAULT_REGION="$AWS_REGION"
69-
bash hack/run-tests.sh "$CLUSTER_ID" "fastpaths/getting-started" "-"
70-
- name: Refresh AWS credentials
71-
if: always()
72-
uses: aws-actions/configure-aws-credentials@v4.3.1
73-
with:
74-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
75-
role-duration-seconds: 3600
76-
aws-region: ${{ secrets.AWS_REGION }}
77-
role-session-name: GithubActionsSession-${{ env.CLUSTER_ID }}
78-
- name: Run tests - Operator Essentials
79-
env:
80-
DOCKER_BUILDKIT: 1
81-
DEV_MODE: 1
82-
AWS_REGION: "${{ secrets.AWS_REGION }}"
83-
DOCKER_DNS_OVERRIDE: "8.8.8.8"
84-
run: |
85-
export AWS_DEFAULT_REGION="$AWS_REGION"
86-
bash hack/run-tests.sh "$CLUSTER_ID" "fastpaths/operator" "-"
87-
- name: Refresh AWS credentials
88-
if: always()
89-
uses: aws-actions/configure-aws-credentials@v4.3.1
90-
with:
91-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
92-
role-duration-seconds: 3600
93-
aws-region: ${{ secrets.AWS_REGION }}
94-
role-session-name: GithubActionsSession-${{ env.CLUSTER_ID }}
95-
- name: Run tests - Developer Essentials
96-
env:
97-
DOCKER_BUILDKIT: 1
98-
DEV_MODE: 1
99-
AWS_REGION: "${{ secrets.AWS_REGION }}"
100-
DOCKER_DNS_OVERRIDE: "8.8.8.8"
101-
run: |
102-
export AWS_DEFAULT_REGION="$AWS_REGION"
103-
bash hack/run-tests.sh "$CLUSTER_ID" "fastpaths/developer" "-"
69+
bash hack/run-tests.sh "$CLUSTER_ID" "-" "{fastpaths/getting-started,fastpaths/getting-started/**,fastpaths/operator,fastpaths/operator/**,fastpaths/developer,fastpaths/developer/**}"
10470
- name: Refresh AWS credentials
10571
if: always()
10672
uses: aws-actions/configure-aws-credentials@v4.3.1

0 commit comments

Comments
 (0)