Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildgrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
BuildGrid
buildgrid
Commits
4ee8df11
Commit
4ee8df11
authored
6 years ago
by
Finn Ball
Committed by
finnball
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Ammended docs and gitlab ci to use configs
parent
e55da704
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
docs/source/using_dummy_build.rst
+1
-2
1 addition, 2 deletions
docs/source/using_dummy_build.rst
docs/source/using_simple_build.rst
+1
-2
1 addition, 2 deletions
docs/source/using_simple_build.rst
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
1
View file @
4ee8df11
...
...
@@ -30,7 +30,7 @@ before_script:
.run-dummy-job-template
:
&dummy-job
stage
:
test
script
:
-
${BGD} server start
--allow-insecure
&
-
${BGD} server start
buildgrid/_app/settings/default.yml
&
-
sleep
1
# Allow server to boot
-
${BGD} bot dummy &
-
${BGD} execute request-dummy --wait-for-completion
...
...
This diff is collapsed.
Click to expand it.
docs/source/using_dummy_build.rst
+
1
−
2
View file @
4ee8df11
.. _dummy-build:
Dummy build
...
...
@@ -8,7 +7,7 @@ In one terminal, start a server:
.. code-block:: sh
bgd server start
--allow-insecure
bgd server start
buildgrid/_app/settings/default.yml
In another terminal, send a request for work:
...
...
This diff is collapsed.
Click to expand it.
docs/source/using_simple_build.rst
+
1
−
2
View file @
4ee8df11
.. _simple-build:
Simple build
...
...
@@ -27,7 +26,7 @@ Now start a BuildGrid server, passing it a directory it can write a CAS to:
.. code-block:: sh
bgd server start
--allow-insecure --cas disk --cas-cache disk --cas-disk-directory /path/to/empty/directory
bgd server start
buildgrid/_app/settings/default.yml
Start the following bot session:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment