Commit 800b4e82 authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Pierre Smeyers
Browse files

feat: revert node-outdated behavior to warning only

parent 444667f7
Loading
Loading
Loading
Loading
+25 −20
Original line number Diff line number Diff line
@@ -384,6 +384,11 @@ node-outdated:
    - $NODE_MANAGER outdated $NODE_OUTDATED_ARGS
  rules:
    # exclude if $NODE_OUTDATED_DISABLED set
    - if: '$NODE_OUTDATED_DISABLED == "true"'
    - if: $NODE_OUTDATED_DISABLED == "true"
      when: never
    - !reference [.test-policy, rules]
    # on production or integration branch(es): auto & non-blocking
    - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF || $CI_COMMIT_REF_NAME =~ $INTEG_REF'
      allow_failure: true
    # on non-production, non-integration branches: manual & non-blocking
    - when: manual
      allow_failure: true