File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,12 @@ jobs:
191
191
elif [[ "$SOURCE" == 'upstream' ]]; then
192
192
FOCUS="$SUITE" GIT_REF="$(git rev-parse HEAD)" \
193
193
CLUSTER_NAME="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" make upstream-e2etests
194
+ elif [[ "$SOURCE" == 'all' ]]; then
195
+ TEST_SUITE="$SUITE" ENABLE_METRICS=$ENABLE_METRICS METRICS_REGION=${{ vars.TIMESTREAM_REGION }} GIT_REF="$(git rev-parse HEAD)" \
196
+ 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)" \
197
+ INTERRUPTION_QUEUE="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" make e2etests
198
+ FOCUS="$SUITE" GIT_REF="$(git rev-parse HEAD)" \
199
+ CLUSTER_NAME="${{ steps.generate-cluster-name.outputs.CLUSTER_NAME }}" make upstream-e2etests
194
200
fi
195
201
- name : notify slack of success or failure
196
202
uses : ./.github/actions/e2e/slack/notify
You can’t perform that action at this time.
0 commit comments