diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 92750333e084..4b7f0251d35d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4178,7 +4178,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: 74d30ce78b3308dd09b9f7afbce65fa83c525c7c arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -4190,7 +4190,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: 74d30ce78b3308dd09b9f7afbce65fa83c525c7c arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 51462a8c968a..2649cc665e87 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4134,7 +4134,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: 74d30ce78b3308dd09b9f7afbce65fa83c525c7c arch: x86 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -4146,7 +4146,7 @@ jobs: secrets: inherit with: runner_type: altinity-regression-tester-aarch64 - commit: bd9d71b4ccc80bb5b1a316b43b60f59c0c592898 + commit: 74d30ce78b3308dd09b9f7afbce65fa83c525c7c arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index df226f2c34d1..239db719b6e1 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -277,7 +277,7 @@ jobs: build_sha: ${{ inputs.build_sha }} set_commit_status: true job_name: iceberg - extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' }} + extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' }} secrets: inherit LDAP: if: | @@ -432,6 +432,34 @@ jobs: extra_args: --only ":/try*" ":/part ${{ matrix.PART }}/*" secrets: inherit + S3Export: + if: | + fromJson(inputs.workflow_config).custom_data.ci_regression_jobs[0] == null || + contains(fromJson(inputs.workflow_config).custom_data.ci_regression_jobs, 's3') + strategy: + fail-fast: false + matrix: + PART: [part, partition] + uses: ./.github/workflows/regression-reusable-suite.yml + with: + ref: ${{ inputs.commit }} + workflow_config: ${{ inputs.workflow_config }} + suite_name: s3 + suite_executable: regression.py + output_format: new-fails + flags: --with-analyzer + timeout_minutes: ${{ inputs.timeout_minutes }} + runner_arch: ${{ inputs.arch }} + runner_type: ${{ inputs.runner_type }} + storage_path: /minio + part: ${{ matrix.PART }} + build_sha: ${{ inputs.build_sha }} + set_commit_status: true + job_name: s3_export + regression_args: --storage minio + extra_args: --only ":/try*" "minio/export tests/export ${{ matrix.PART }}/*" + secrets: inherit + TieredStorage: if: | fromJson(inputs.workflow_config).custom_data.ci_regression_jobs[0] == null || diff --git a/ci/praktika/yaml_additional_templates.py b/ci/praktika/yaml_additional_templates.py index 1ef71df397b9..7f0ce942fda6 100644 --- a/ci/praktika/yaml_additional_templates.py +++ b/ci/praktika/yaml_additional_templates.py @@ -35,7 +35,7 @@ class AltinityWorkflowTemplates: echo "Workflow Run Report: [View Report]($REPORT_LINK)" >> $GITHUB_STEP_SUMMARY """ # Additional jobs - REGRESSION_HASH = f"bd9d71b4ccc80bb5b1a316b43b60f59c0c592898" + REGRESSION_HASH = f"74d30ce78b3308dd09b9f7afbce65fa83c525c7c" ALTINITY_JOBS = { "GrypeScan": r""" GrypeScanServer: