|
| 1 | +# Copyright 2025 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | + |
| 15 | +# Summary: configure actionlint (https://github.com/rhysd/actionlint) to |
| 16 | +# recognize action runner names/labels that we use. |
| 17 | + |
| 18 | +self-hosted-runner: |
| 19 | + labels: |
| 20 | + # Defined in Quantumlib org. |
| 21 | + - ubuntu-22.04-arm64-2-core |
| 22 | + - ubuntu-22.04-arm64-8-core |
| 23 | + - ubuntu-22.04-arm64-16-core |
| 24 | + |
| 25 | + - ubuntu-22.04-x64-2-core |
| 26 | + - ubuntu-22.04-x64-8-core |
| 27 | + - ubuntu-22.04-x64-16-core |
| 28 | + |
| 29 | + - ubuntu-24.04-arm64-2-core |
| 30 | + - ubuntu-24.04-arm64-8-core |
| 31 | + - ubuntu-24.04-arm64-16-core |
| 32 | + |
| 33 | + - ubuntu-24.04-x64-2-core |
| 34 | + - ubuntu-24.04-x64-8-core |
| 35 | + - ubuntu-24.04-x64-16-core |
| 36 | + |
| 37 | + - windows-2022-x64-8-core |
| 38 | + - windows-2025-x64-8-core |
| 39 | + - windows-2025-x64-16-core |
| 40 | + |
| 41 | + # From https://github.com/actions/partner-runner-images |
| 42 | + - ubuntu-24.04-arm |
| 43 | + |
| 44 | + # New from GitHub (late 2025) but currently not known by actionlint. |
| 45 | + # https://docs.github.com/en/actions/reference/runners/github-hosted-runners |
| 46 | + - ubuntu-slim |
0 commit comments