diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fd223fbe0c10..403326bc9cfe 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4179,7 +4179,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: 92f4413c775fc750e826951f5d235766c562a98f + commit: release arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -4191,7 +4191,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: 92f4413c775fc750e826951f5d235766c562a98f + commit: release arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e6b3b7420712..196fbeb9b845 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4046,7 +4046,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: 92f4413c775fc750e826951f5d235766c562a98f + commit: release arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 @@ -4058,7 +4058,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: 92f4413c775fc750e826951f5d235766c562a98f + commit: release arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 210 diff --git a/ci/praktika/yaml_additional_templates.py b/ci/praktika/yaml_additional_templates.py index 9518f8fe0508..7f87e61e6785 100644 --- a/ci/praktika/yaml_additional_templates.py +++ b/ci/praktika/yaml_additional_templates.py @@ -36,7 +36,7 @@ class AltinityWorkflowTemplates: echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY """ # Additional jobs - REGRESSION_HASH = f"92f4413c775fc750e826951f5d235766c562a98f" + REGRESSION_HASH = f"release" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: diff --git a/tests/queries/0_stateless/03211_nested_json_merges.sql.j2 b/tests/queries/0_stateless/03211_nested_json_merges.sql.j2 index ba61f136f9b1..b68ac6537a6c 100644 --- a/tests/queries/0_stateless/03211_nested_json_merges.sql.j2 +++ b/tests/queries/0_stateless/03211_nested_json_merges.sql.j2 @@ -1,4 +1,4 @@ --- Tags: no-fasttest, long, no-tsan, no-asan, no-msan, no-ubsan +-- Tags: no-fasttest, long, no-debug, no-tsan, no-asan, no-msan, no-ubsan SET enable_json_type = 1; diff --git a/tests/queries/0_stateless/03707_set_index_bad_get_null_bug.sql b/tests/queries/0_stateless/03707_set_index_bad_get_null_bug.sql index 814c08cd312d..c799670ca5db 100644 --- a/tests/queries/0_stateless/03707_set_index_bad_get_null_bug.sql +++ b/tests/queries/0_stateless/03707_set_index_bad_get_null_bug.sql @@ -1,3 +1,5 @@ +set enable_parallel_replicas = 0; + drop table if exists test; CREATE table test (