[Notes] [Git][BuildGrid/buildgrid][mablanch/63-tls-encryption] gitlab-ci.yml: Force insecure connections for dummy tests



Title: GitLab

Martin Blanchard pushed to branch mablanch/63-tls-encryption at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -28,7 +28,7 @@ before_script:
    28 28
     .run-dummy-job-template: &dummy-job
    
    29 29
       stage: test
    
    30 30
       script:
    
    31
    -    - ${BGD} server start &
    
    31
    +    - ${BGD} server start --allow-insecure &
    
    32 32
         - sleep 1 # Allow server to boot
    
    33 33
         - ${BGD} bot --host=0.0.0.0 dummy &
    
    34 34
         - ${BGD} execute --host=0.0.0.0 request-dummy --wait-for-completion
    



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