Raymond Toy pushed to branch issue-476-disable-ci-scheduled-analyzer-link-checker at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -284,7 +284,6 @@ osx:benchmark:
    284 284
     # the linux-4 directory built in the linux:build job.
    
    285 285
     linux:static-analyzer:
    
    286 286
       stage: analyze
    
    287
    -      when: manual
    
    288 287
           
    
    289 288
       tags:
    
    290 289
         - linux
    
    ... ... @@ -295,6 +294,7 @@ linux:static-analyzer:
    295 294
       needs:
    
    296 295
         - job: linux:build
    
    297 296
           artifacts: true
    
    297
    +  when: manual
    
    298 298
       script:
    
    299 299
         # Analysis can generate huge amounts of output.  For now just save
    
    300 300
         # the results to the log file instead of also having it go to the
    
    ... ... @@ -350,11 +350,11 @@ ubuntu:ansi-test:
    350 350
     # Checks links on the wiki pages whenever any wiki markdown pages change. 
    
    351 351
     markdown-link-check:
    
    352 352
       stage: markdown-link-check
    
    353
    -      when: manual
    
    354 353
     
    
    355 354
       # Only the linux runner has markdown-link-check installed
    
    356 355
       tags:
    
    357 356
         - linux
    
    357
    +  when: manual
    
    358 358
       # It's ok if this fails; we don't want to declare the entire
    
    359 359
       # pipeline as having failed.
    
    360 360
       allow_failure: true