DE-1166: Run CircleCI jobs on self-hosted container runners - #758
Merged
bluepal-prasanthi-moparthi merged 4 commits intoMay 27, 2026
Merged
Conversation
bluepal-prasanthi-moparthi
requested review from
ajanikow and
jwierzbo
as code owners
May 26, 2026 07:23
Contributor
There was a problem hiding this comment.
Pull request overview
Switches CircleCI jobs from CircleCI-hosted machine executors to self-hosted Docker container runners (arangodb/medium-* resource classes), and introduces a setup-docker command that installs and starts dockerd inside the job container for jobs that need Docker. Also realigns workspace paths to the new container user/home and drops the now-unused setup_remote_docker steps.
Changes:
- Replace
x86-machine-executor/arm-machine-executorwithx86-docker-executor/arm-docker-executor(and add aresource_classtogolang-executor), and removesetup_remote_dockerfromcheck-codeandvulncheck. - Add a
setup-dockercommand (apt-installsdocker.ioif missing, startsdockerdin the background, waits up to 30s for it to become ready) and invoke it fromrun-unit-tests,run-integration-tests, andrun-integration-tests-arm. - Move
download-demo-datato thegolang-executorand switch the demo-resources path from$HOME/resourcesto/home/circleci/resources(matching thepersist_to_workspaceroot used by the integration jobs).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jwierzbo
approved these changes
May 27, 2026
bluepal-prasanthi-moparthi
deleted the
feature/DE-1166-run-circle-ci-jobs-on-self-hosted-runners
branch
May 27, 2026 07:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.