Skip to content

Commit 2982d43

Browse files
authored
Merge pull request #2026 from Altinity/ci/revert-build-runner-change
Stable 25.8: Revert runner change for Build (amd_release)
2 parents af8187d + 05bdd49 commit 2982d43

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/backport_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
fi
233233
234234
build_amd_release:
235-
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester]
235+
runs-on: [self-hosted, altinity-on-demand, altinity-builder]
236236
needs: [config_workflow, dockers_build_amd, dockers_build_arm]
237237
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'QnVpbGQgKGFtZF9yZWxlYXNlKQ==') }}
238238
name: "Build (amd_release)"

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
fi
278278
279279
build_amd_release:
280-
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester]
280+
runs-on: [self-hosted, altinity-on-demand, altinity-builder]
281281
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest]
282282
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'QnVpbGQgKGFtZF9yZWxlYXNlKQ==') }}
283283
name: "Build (amd_release)"

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
fi
323323
324324
build_amd_release:
325-
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester]
325+
runs-on: [self-hosted, altinity-on-demand, altinity-builder]
326326
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, fast_test]
327327
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'QnVpbGQgKGFtZF9yZWxlYXNlKQ==') }}
328328
name: "Build (amd_release)"

.github/workflows/release_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
fi
232232
233233
build_amd_release:
234-
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester]
234+
runs-on: [self-hosted, altinity-on-demand, altinity-builder]
235235
needs: [config_workflow, dockers_build_amd, dockers_build_arm]
236236
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'QnVpbGQgKGFtZF9yZWxlYXNlKQ==') }}
237237
name: "Build (amd_release)"

.github/workflows/release_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
fi
229229
230230
build_amd_release:
231-
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester]
231+
runs-on: [self-hosted, altinity-on-demand, altinity-builder]
232232
needs: [config_workflow, dockers_build_amd, dockers_build_arm]
233233
name: "Build (amd_release)"
234234
outputs:

ci/defs/job_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class JobConfigs:
144144
ArtifactNames.RPM_AMD_RELEASE,
145145
ArtifactNames.TGZ_AMD_RELEASE,
146146
],
147-
runs_on=RunnerLabels.FUNC_TESTER_AMD,
147+
runs_on=RunnerLabels.BUILDER_AMD,
148148
),
149149
Job.ParamSet(
150150
parameter=BuildTypes.AMD_ASAN,

0 commit comments

Comments
 (0)