Skip to content

Commit c22062c

Browse files
committed
temp
1 parent 7dec43c commit c22062c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/docker-unified.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -427,14 +427,8 @@ jobs:
427427
cypress_matrix="$cypress_matrix"',{"test_strategy":"cypress","batch_count":"'"$cypress_batch_count"'","batch":"'"$i"'"}'
428428
done
429429
430-
includes=''
431-
if [[ "${{ needs.setup.outputs.backend_change }}" == 'true' || "${{ needs.setup.outputs.smoke_test_change }}" == 'true' || "${{ needs.setup.outputs.publish }}" == 'true' ]]; then
432-
includes="$python_matrix,$cypress_matrix"
433-
elif [[ "${{ needs.setup.outputs.frontend_only }}" == 'true' ]]; then
434-
includes="$cypress_matrix"
435-
elif [[ "${{ needs.setup.outputs.ingestion_only }}" == 'true' ]]; then
436-
includes="$python_matrix"
437-
fi
430+
includes="$python_matrix,$cypress_matrix"
431+
438432
echo "matrix={\"include\":[$includes] }" >> "$GITHUB_OUTPUT"
439433
440434
smoke_test:
@@ -545,6 +539,7 @@ jobs:
545539
ELASTICSEARCH_SHIM_ENGINE_TYPE: AUTO_DETECT
546540
DATAHUB_SEARCH_IMAGE: elasticsearch
547541
DATAHUB_SEARCH_TAG: 8.17.10
542+
DATAHUB_ANALYTICS_ENABLED: false
548543
run: |
549544
# Quickstart uses PROFILE_NAME env if defined to start the profile specified. Defaults to quickstart-consumers
550545
./smoke-test/run-quickstart.sh

0 commit comments

Comments
 (0)