finn pushed to branch finn/81-precon-fail at BuildGrid / buildgrid
Commits:
- 
6a5b122a
by finnball at 2018-09-20T16:26:44Z
2 changed files:
Changes:
| ... | ... | @@ -33,6 +33,7 @@ before_script: | 
| 33 | 33 |      - ${BGD} server start buildgrid/_app/settings/default.yml &
 | 
| 34 | 34 |      - sleep 1 # Allow server to boot
 | 
| 35 | 35 |      - ${BGD} bot dummy &
 | 
| 36 | +    - ${BGD} cas upload-dummy
 | |
| 36 | 37 |      - ${BGD} execute request-dummy --wait-for-completion
 | 
| 37 | 38 |  | 
| 38 | 39 |  | 
| 1 | - | |
| 2 | 1 |  .. _internal-client:
 | 
| 3 | 2 |  | 
| 4 | 3 |  Internal client
 | 
| ... | ... | @@ -19,7 +18,13 @@ In one terminal, start a server: | 
| 19 | 18 |  | 
| 20 | 19 |     bgd server start buildgrid/_app/settings/default.yml
 | 
| 21 | 20 |  | 
| 22 | -In another terminal, send a request for work:
 | |
| 21 | +In another terminal, upload an action to CAS:
 | |
| 22 | + | |
| 23 | +.. code-block::sh
 | |
| 24 | + | |
| 25 | +   bgd cas upload-dummy
 | |
| 26 | + | |
| 27 | +Then send a request for work:
 | |
| 23 | 28 |  | 
| 24 | 29 |  .. code-block:: sh
 | 
| 25 | 30 |  | 
