From 7dec43c0d21c8999811014ca0cc5e3983df89c70 Mon Sep 17 00:00:00 2001 From: Chakru <161002324+chakru-r@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:43:31 +0530 Subject: [PATCH 1/2] run smoke tests with es8 --- .github/workflows/docker-unified.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docker-unified.yml b/.github/workflows/docker-unified.yml index a2769a7991386c..42bfc1d5f7ba62 100644 --- a/.github/workflows/docker-unified.yml +++ b/.github/workflows/docker-unified.yml @@ -540,6 +540,11 @@ jobs: DATAHUB_ACTIONS_IMAGE: ${{ env.DATAHUB_ACTIONS_IMAGE }} ACTIONS_EXTRA_PACKAGES: "acryl-datahub-actions[executor] acryl-datahub-actions" ACTIONS_CONFIG: "https://raw.githubusercontent.com/acryldata/datahub-actions/main/docker/config/executor.yaml" + ELASTICSEARCH_SHIM_AUTO_DETECT: true + ELASTICSEARCH_SHIM_ENABLED: true + ELASTICSEARCH_SHIM_ENGINE_TYPE: AUTO_DETECT + DATAHUB_SEARCH_IMAGE: elasticsearch + DATAHUB_SEARCH_TAG: 8.17.10 run: | # Quickstart uses PROFILE_NAME env if defined to start the profile specified. Defaults to quickstart-consumers ./smoke-test/run-quickstart.sh From c22062ca091d51f5f5f40d88587bdf44b27655ca Mon Sep 17 00:00:00 2001 From: Chakru <161002324+chakru-r@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:09:09 +0530 Subject: [PATCH 2/2] temp --- .github/workflows/docker-unified.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-unified.yml b/.github/workflows/docker-unified.yml index 42bfc1d5f7ba62..0550d86e8f450c 100644 --- a/.github/workflows/docker-unified.yml +++ b/.github/workflows/docker-unified.yml @@ -427,14 +427,8 @@ jobs: cypress_matrix="$cypress_matrix"',{"test_strategy":"cypress","batch_count":"'"$cypress_batch_count"'","batch":"'"$i"'"}' done - includes='' - if [[ "${{ needs.setup.outputs.backend_change }}" == 'true' || "${{ needs.setup.outputs.smoke_test_change }}" == 'true' || "${{ needs.setup.outputs.publish }}" == 'true' ]]; then - includes="$python_matrix,$cypress_matrix" - elif [[ "${{ needs.setup.outputs.frontend_only }}" == 'true' ]]; then - includes="$cypress_matrix" - elif [[ "${{ needs.setup.outputs.ingestion_only }}" == 'true' ]]; then - includes="$python_matrix" - fi + includes="$python_matrix,$cypress_matrix" + echo "matrix={\"include\":[$includes] }" >> "$GITHUB_OUTPUT" smoke_test: @@ -545,6 +539,7 @@ jobs: ELASTICSEARCH_SHIM_ENGINE_TYPE: AUTO_DETECT DATAHUB_SEARCH_IMAGE: elasticsearch DATAHUB_SEARCH_TAG: 8.17.10 + DATAHUB_ANALYTICS_ENABLED: false run: | # Quickstart uses PROFILE_NAME env if defined to start the profile specified. Defaults to quickstart-consumers ./smoke-test/run-quickstart.sh