Skip to content

Commit acdb7f9

Browse files
authored
Merge pull request ClickHouse#78998 from ClickHouse/Blargian-patch-12
CI: Use ARM runner for docs check
2 parents c3cdbb4 + c1521ed commit acdb7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
fi
171171
172172
docs_check:
173-
runs-on: [self-hosted, func-tester]
173+
runs-on: [self-hosted, func-tester-aarch64]
174174
needs: [config_workflow, dockers_build_amd_and_merge, style_check]
175175
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'RG9jcyBjaGVjaw==') }}
176176
name: "Docs check"

ci/defs/job_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ class JobConfigs:
879879
)
880880
docs_job = Job.Config(
881881
name=JobNames.Docs,
882-
runs_on=RunnerLabels.FUNC_TESTER_AMD,
882+
runs_on=RunnerLabels.FUNC_TESTER_ARM,
883883
command="python3 ./ci/jobs/docs_job.py",
884884
digest_config=Job.CacheDigestConfig(
885885
include_paths=[

0 commit comments

Comments
 (0)