[Notes] [Git][BuildGrid/buildgrid][finn/81-precon-fail] Included new upload-dummy command to CI and docs.



Title: GitLab

finn pushed to branch finn/81-precon-fail at BuildGrid / buildgrid

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -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
     
    

  • docs/source/using_internal.rst
    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
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]