Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from shell executor to virtualbox executor. #100

Open
a-t-0 opened this issue Mar 24, 2022 · 1 comment
Open

Switch from shell executor to virtualbox executor. #100

a-t-0 opened this issue Mar 24, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@a-t-0
Copy link
Member

a-t-0 commented Mar 24, 2022

When I run the CI on a device, the tests sometimes break some stuff. (permanently, which could interfere with other tests lateron).

To resolve that, I would like to switch from the shell executor to a virtualbox executor.

https://github.com/TruCol/Self-host-GitLab-CI-for-GitHub/blob/886c5730f27fabcefc28520026f64482aca6faaf/src/install_and_boot_gitlab_runner.sh
line 114:

	sudo gitlab-runner register \
	--non-interactive \
	--url "$gitlab_url" \
	--description $description \
	--registration-token "$runner_token" \
	--executor $executor
@a-t-0 a-t-0 added the help wanted Extra attention is needed label Mar 25, 2022
@a-t-0
Copy link
Member Author

a-t-0 commented Aug 11, 2022

Note, a docker container instead of virtual machine, or QEMU would also be ok, as long as the tests aren't ran directly on our local GitLab server (Raspberry Pi 4b).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant