Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5708,7 +5708,6 @@ jobs:
uses: ./.github/workflows/regression.yml
secrets: inherit
with:
runner_type: altinity-regression-tester
commit: release
arch: release
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand All @@ -5720,7 +5719,6 @@ jobs:
uses: ./.github/workflows/regression.yml
secrets: inherit
with:
runner_type: altinity-regression-tester-aarch64
commit: release
arch: aarch64
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5519,7 +5519,6 @@ jobs:
uses: ./.github/workflows/regression.yml
secrets: inherit
with:
runner_type: altinity-regression-tester
commit: release
arch: release
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand All @@ -5531,7 +5530,6 @@ jobs:
uses: ./.github/workflows/regression.yml
secrets: inherit
with:
runner_type: altinity-regression-tester-aarch64
commit: release
arch: aarch64
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
36 changes: 16 additions & 20 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Regression test workflow - Release
'on':
workflow_call:
inputs:
runner_type:
description: the (meta-)label of runner to use
required: true
type: string
commit:
description: commit hash of the regression tests.
required: true
Expand Down Expand Up @@ -137,7 +133,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
job_name: ${{ matrix.SUITE }}
Expand All @@ -161,7 +157,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand Down Expand Up @@ -191,7 +187,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: /${{ matrix.ONLY }}_partition
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
Expand All @@ -218,7 +214,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: /${{ matrix.STORAGE }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand All @@ -245,7 +241,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: /${{ matrix.SSL }}
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
Expand All @@ -272,7 +268,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand All @@ -297,7 +293,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
job_name: ldap_${{ matrix.SUITE }}
Expand All @@ -317,7 +313,7 @@ jobs:
flags: --with-analyzer --identity-provider keycloak
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
job_name: oauth
Expand All @@ -337,7 +333,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
job_name: parquet
Expand All @@ -361,7 +357,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: ${{ matrix.STORAGE }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand All @@ -387,7 +383,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand All @@ -412,7 +408,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand Down Expand Up @@ -442,7 +438,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: /${{ matrix.STORAGE }}
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
Expand Down Expand Up @@ -470,7 +466,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: /minio
part: ${{ matrix.PART }}
build_sha: ${{ inputs.build_sha }}
Expand All @@ -494,7 +490,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
job_name: swarms
Expand All @@ -518,7 +514,7 @@ jobs:
flags: --with-analyzer
timeout_minutes: ${{ inputs.timeout_minutes }}
runner_arch: ${{ inputs.arch }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.arch == 'aarch64' && 'altinity-style-checker-aarch64' || 'altinity-style-checker' }}
storage_path: /${{ matrix.STORAGE }}
build_sha: ${{ inputs.build_sha }}
set_commit_status: true
Expand Down
2 changes: 0 additions & 2 deletions ci/praktika/yaml_additional_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class AltinityWorkflowTemplates:
uses: ./.github/workflows/regression.yml
secrets: inherit
with:
runner_type: altinity-regression-tester
commit: {REGRESSION_HASH}
arch: release
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand All @@ -79,7 +78,6 @@ class AltinityWorkflowTemplates:
uses: ./.github/workflows/regression.yml
secrets: inherit
with:
runner_type: altinity-regression-tester-aarch64
commit: {REGRESSION_HASH}
arch: aarch64
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
Loading