Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab-virtualbox-runner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tru HUYNH
gitlab-virtualbox-runner
Commits
0e8605fc
Commit
0e8605fc
authored
Apr 04, 2017
by
Tru HUYNH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
b7767c19
Pipeline
#1734
passed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletion
+32
-1
README.md
README.md
+32
-1
No files found.
README.md
View file @
0e8605fc
...
...
@@ -2,4 +2,35 @@
-
https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1121
-
https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/110
so far the service is running as root on the virtualbox host! ignoring the --user gitlab-runner flag
\ No newline at end of file
so far the service is running as root on the virtualbox host! ignoring the --user gitlab-runner flag
-> can not use the
```
sudo gitlab-runner start
```
-> workaround:
```
[gitlab-runner@e6420 ~]$ gitlab-runner run
```
```
[gitlab-runner@e6420 ~]$ cat ~/.gitlab-runner/config.toml
concurrent = 1
check_interval = 0
[[runners]]
name = "gitlab-runner@szut.bis.pasteur.fr"
url = "https://gitlab.pasteur.fr/ci"
token = "XXXXXXXXXXXXXXXXXXXXXX"
executor = "virtualbox"
[runners.cache]
[runners.ssh]
user = "root"
identity_file = "/home/gitlab-runner/.ssh/id_rsa.gitlab"
[runners.virtualbox]
base_name = "c7-gitlab"
base_snapshot = "c7-gitlab-snap-20170404"
disable_snapshots = true
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment