Zubin pushed to branch wip/gitlab-inputs at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -285,7 +285,13 @@ debug-inputs:
    285 285
         - echo "CI_COMMIT_BRANCH:" "$CI_COMMIT_BRANCH"
    
    286 286
         - echo "Test condition:" "$[[ inputs.full_ci ]]" == "yes"
    
    287 287
       rules:
    
    288
    -    - when: always
    
    288
    +    - if: '"$[[ inputs.full_ci ]]" == "yes" && $RELEASE_JOB != "yes" && $NIGHTLY == null && $ONLY_JOBS == null'
    
    289
    +      when: always
    
    290
    +    - if: '"$[[ inputs.full_ci ]]" == "yes"'
    
    291
    +      when: always
    
    292
    +      allow_failure: true
    
    293
    +      variables:
    
    294
    +        DEBUG_MSG: "full_ci=yes but other conditions failed"
    
    289 295
     
    
    290 296
     # These jobs are generated by running the ./.gitlab/generate_jobs script
    
    291 297
     include: '.gitlab/jobs.yaml'