5 matches across 1 files for error lang:YAML lang:YAML path:src/ci/github-actions/jobs.yml
snippet_mode: grep · sorted by relevance
src/ci/github-actions/jobs.yml YAML 5 matches view file →
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
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.