File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ jobs:
143
143
elif [[ "$SOURCE" == 'upstream' ]]; then
144
144
FOCUS="Integration" CLUSTER_NAME="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" make upstream-e2etests
145
145
elif [[ "$SOURCE" == 'all' ]]; then
146
- TEST_SUITE="$SUITE " ENABLE_METRICS=$ENABLE_METRICS METRICS_REGION=${{ vars.TIMESTREAM_REGION }} GIT_REF="$(git rev-parse HEAD)" \
146
+ TEST_SUITE="Integration " ENABLE_METRICS=$ENABLE_METRICS METRICS_REGION=${{ vars.TIMESTREAM_REGION }} GIT_REF="$(git rev-parse HEAD)" \
147
147
CLUSTER_NAME="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }} --query "cluster.endpoint" --output text)" \
148
148
INTERRUPTION_QUEUE="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" make e2etests
149
- FOCUS="$SUITE " GIT_REF="$(git rev-parse HEAD)" \
149
+ FOCUS="Integration " GIT_REF="$(git rev-parse HEAD)" \
150
150
CLUSTER_NAME="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" make upstream-e2etests
151
151
fi
152
152
- name : notify slack of success or failure
You can’t perform that action at this time.
0 commit comments