Skip to content
Merged
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
104 changes: 52 additions & 52 deletions .github/workflows/master.yml

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions .github/workflows/pull_request.yml

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions .github/workflows/pull_request_community.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ jobs:
PYTHONUNBUFFERED=1 python3 -m praktika run 'Source upload' --workflow "Release Builds" --ci --timestamp

stateless_tests_arm_binary_parallel:
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester-aarch64]
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester-aarch64, 16c]
needs: [build_arm_binary, config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest]
if: ${{ !cancelled() && !contains(needs.*.outputs.pipeline_status, 'failure') && !contains(needs.*.outputs.pipeline_status, 'undefined') && !contains(fromJson(needs.config_workflow.outputs.data).workflow_config.cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYmluYXJ5LCBwYXJhbGxlbCk=') }}
name: "Stateless tests (arm_binary, parallel)"
Expand Down
19 changes: 10 additions & 9 deletions ci/defs/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,28 @@ class RunnerLabels:
"altinity-on-demand",
"altinity-func-tester-aarch64",
]
AMD_LARGE = ["self-hosted", "altinity-on-demand", "altinity-builder"]
ARM_LARGE = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64"]
AMD_LARGE = ["self-hosted", "altinity-on-demand", "altinity-builder", "64g"]
ARM_LARGE = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64", "16c"]
ARM_LARGE_STORAGE = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64"]
AMD_MEDIUM = ["self-hosted", "altinity-on-demand", "altinity-func-tester"]
ARM_MEDIUM = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64"]
AMD_MEDIUM_CPU = ["self-hosted", "altinity-on-demand", "altinity-builder"]
AMD_MEDIUM = ["self-hosted", "altinity-on-demand", "altinity-func-tester", "16c"]
ARM_MEDIUM = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64", "16c"]
AMD_MEDIUM_CPU = ["self-hosted", "altinity-on-demand", "altinity-builder", "16c"]
ARM_MEDIUM_CPU = [
"self-hosted",
"altinity-on-demand",
"altinity-func-tester-aarch64",
"16c",
]
AMD_MEDIUM_MEM = ["self-hosted", "altinity-on-demand", "altinity-func-tester"]
ARM_MEDIUM_MEM = [
"self-hosted",
"altinity-on-demand",
"altinity-func-tester-aarch64",
]
AMD_SMALL = ["self-hosted", "altinity-on-demand", "altinity-style-checker"]
ARM_SMALL = ["self-hosted", "altinity-on-demand", "altinity-style-checker-aarch64"]
AMD_SMALL_MEM = ["self-hosted", "altinity-on-demand", "altinity-func-tester"]
ARM_SMALL_MEM = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64"]
AMD_SMALL = ["self-hosted", "altinity-on-demand", "altinity-func-tester"]
ARM_SMALL = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64"]
AMD_SMALL_MEM = ["self-hosted", "altinity-on-demand", "altinity-func-tester", "32g"]
ARM_SMALL_MEM = ["self-hosted", "altinity-on-demand", "altinity-func-tester-aarch64", "32g"]
MACOS_ARM_SMALL = ["self-hosted", "macos_m2"]
MACOS_AMD_SMALL = ["self-hosted", "amd_macos_m1"]
STYLE_CHECK_AMD = ["self-hosted", "altinity-on-demand", "altinity-style-checker"]
Expand Down
24 changes: 12 additions & 12 deletions ci/defs/job_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ class JobConfigs:
).parametrize(
Job.ParamSet(
parameter="amd_release",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL,
requires=[
ArtifactNames.DEB_AMD_RELEASE,
ArtifactNames.CH_AMD_RELEASE,
Expand All @@ -533,7 +533,7 @@ class JobConfigs:
),
Job.ParamSet(
parameter="arm_release",
runs_on=RunnerLabels.FUNC_TESTER_ARM,
runs_on=RunnerLabels.ARM_SMALL,
requires=[
ArtifactNames.DEB_ARM_RELEASE,
ArtifactNames.CH_ARM_RELEASE,
Expand All @@ -557,7 +557,7 @@ class JobConfigs:
).parametrize(
Job.ParamSet(
parameter="amd_release",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL,
requires=[
ArtifactNames.DEB_AMD_RELEASE,
ArtifactNames.RPM_AMD_RELEASE,
Expand All @@ -567,7 +567,7 @@ class JobConfigs:
),
Job.ParamSet(
parameter="arm_release",
runs_on=RunnerLabels.FUNC_TESTER_ARM,
runs_on=RunnerLabels.ARM_SMALL,
requires=[
ArtifactNames.DEB_ARM_RELEASE,
ArtifactNames.RPM_ARM_RELEASE,
Expand Down Expand Up @@ -700,7 +700,7 @@ class JobConfigs:
),
Job.ParamSet(
parameter="amd_debug, sequential",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL,
requires=[ArtifactNames.CH_AMD_DEBUG_GH],
),
*[
Expand All @@ -715,7 +715,7 @@ class JobConfigs:
*[
Job.ParamSet(
parameter=f"amd_tsan, sequential, {batch}/{total_batches}",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL,
requires=[ArtifactNames.CH_AMD_TSAN_GH],
)
for total_batches in (2,)
Expand All @@ -733,7 +733,7 @@ class JobConfigs:
*[
Job.ParamSet(
parameter=f"amd_msan, WasmEdge, sequential, {batch}/{total_batches}",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL_MEM,
requires=[ArtifactNames.CH_AMD_MSAN_GH],
)
for total_batches in (2,)
Expand All @@ -746,7 +746,7 @@ class JobConfigs:
),
Job.ParamSet(
parameter="amd_debug, distributed plan, s3 storage, sequential",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL,
requires=[ArtifactNames.CH_AMD_DEBUG_GH],
),
*[
Expand All @@ -761,7 +761,7 @@ class JobConfigs:
*[
Job.ParamSet(
parameter=f"amd_tsan, s3 storage, sequential, {batch}/{total_batches}",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL_MEM,
requires=[ArtifactNames.CH_AMD_TSAN_GH],
)
for total_batches in (2,)
Expand All @@ -774,15 +774,15 @@ class JobConfigs:
),
Job.ParamSet(
parameter="arm_binary, sequential",
runs_on=RunnerLabels.FUNC_TESTER_ARM,
runs_on=RunnerLabels.ARM_SMALL,
requires=[ArtifactNames.CH_ARM_BINARY_GH],
),
)
functional_tests_jobs_coverage = common_ft_job_config.parametrize(
*[
Job.ParamSet(
parameter=f"{BuildTypes.PER_TEST_COVERAGE}, per_test_coverage, {batch}/{total_batches}",
runs_on=RunnerLabels.FUNC_TESTER_AMD,
runs_on=RunnerLabels.AMD_SMALL,
requires=[ArtifactNames.CH_AMD_PER_TEST_COVERAGE_BUILD],
)
for total_batches in (8,)
Expand All @@ -800,7 +800,7 @@ class JobConfigs:
*[
Job.ParamSet(
parameter=f"arm_asan_ubsan, azure, sequential, {batch}/{total_batches}",
runs_on=RunnerLabels.FUNC_TESTER_ARM,
runs_on=RunnerLabels.ARM_SMALL_MEM,
requires=[ArtifactNames.CH_ARM_ASAN_UBSAN_GH],
timeout=3600 * 4,
)
Expand Down
Loading