Skip to content
Snippets Groups Projects
Commit 01387c5a authored by finnball's avatar finnball
Browse files

Included new upload-dummy command to CI and docs.

parent 7aa90b2d
No related branches found
No related tags found
No related merge requests found
Pipeline #30031226 passed
......@@ -33,6 +33,7 @@ before_script:
- ${BGD} server start buildgrid/_app/settings/default.yml &
- sleep 1 # Allow server to boot
- ${BGD} bot dummy &
- ${BGD} cas upload-dummy
- ${BGD} execute request-dummy --wait-for-completion
......
......@@ -9,7 +9,13 @@ In one terminal, start a server:
bgd server start buildgrid/_app/settings/default.yml
In another terminal, send a request for work:
In another terminal, upload an action to CAS:
.. code-block::sh
bgd cas upload-dummy
Then send a request for work:
.. code-block:: sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment