108# PR CI jobs will be automatically registered as Auto CI jobs or overridden. When
109# automatically registered, the PR CI job configuration will be copied as an
110▶# Auto CI job but with `continue_on_error` overridden to `false` (to fail-fast).
111# When overridden, `citool` will check for equivalence between the PR and CI job
112# of the same name modulo `continue_on_error` and `env`.
· · ·
112▶# of the same name modulo `continue_on_error` and `env`.
113pr:
114 - name: pr-check-1
· · ·
117 <<: *job-linux-4c
118 - name: tidy
119▶ continue_on_error: true
120 free_disk: false
121 env:
· · ·
170# definition.
171#
172▶# Auto jobs may not specify `continue_on_error: true`, and thus will fail-fast.
173#
174# Unless explicitly overridden, PR CI jobs will be automatically registered as
· · ·
353 - name: optional-x86_64-gnu-parallel-frontend
354 # This test can be flaky, so do not cancel CI if it fails, for now.
355▶ continue_on_error: true
356 <<: *job-linux-4c
357