docs(ci): clarify parallel manual matrix runs
This commit is contained in:
parent
706fd10d79
commit
132d1d2d3c
4 changed files with 11 additions and 11 deletions
|
|
@ -3,15 +3,15 @@
|
||||||
# Routing is preserved 1:1:
|
# Routing is preserved 1:1:
|
||||||
# - cron: each existing `process-cran-updates-<os>-<arch>` cron fires only
|
# - cron: each existing `process-cran-updates-<os>-<arch>` cron fires only
|
||||||
# its matching matrix row (via the per-row `cron:` name filter).
|
# its matching matrix row (via the per-row `cron:` name filter).
|
||||||
# - manual: pick a target from the `process_cran_updates` dropdown
|
# - manual: pick a target from the `process_cran_updates` dropdown;
|
||||||
# ("all" = every os/arch).
|
# "all" fans out every os/arch as parallel matrix workflows.
|
||||||
# Arch placement is handled by the group label (rpkgs-amd64, rpkgs-arm64).
|
# Arch placement is handled by the group label (rpkgs-amd64, rpkgs-arm64).
|
||||||
variables:
|
variables:
|
||||||
# Gates this pipeline. A manual pipeline creation instantiates every file in
|
# Gates this pipeline. A manual pipeline creation instantiates every file in
|
||||||
# .crow/, and a declared default is applied even when the run never passed
|
# .crow/, and a declared default is applied even when the run never passed
|
||||||
# this variable, so the default must be a value that matches no matrix row.
|
# this variable, so the default must be a value that matches no matrix row.
|
||||||
process_cran_updates:
|
process_cran_updates:
|
||||||
description: "Manual run target: a specific <os>-<arch>, 'all' for every os/arch, or 'none' to run nothing."
|
description: "Manual run target: a specific <os>-<arch>, 'all' to run every os/arch in parallel, or 'none' to run nothing."
|
||||||
options:
|
options:
|
||||||
- none
|
- none
|
||||||
- all
|
- all
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,15 @@
|
||||||
# Routing is preserved 1:1:
|
# Routing is preserved 1:1:
|
||||||
# - cron: each existing `weekly-audit-missing-<os>-<arch>` cron fires only
|
# - cron: each existing `weekly-audit-missing-<os>-<arch>` cron fires only
|
||||||
# its matching matrix row (via the per-row `cron:` name filter).
|
# its matching matrix row (via the per-row `cron:` name filter).
|
||||||
# - manual: pick a target from the `weekly_audit_missing` dropdown
|
# - manual: pick a target from the `weekly_audit_missing` dropdown;
|
||||||
# ("all" = every os/arch).
|
# "all" fans out every os/arch as parallel matrix workflows.
|
||||||
# Arch placement is via the group label (rpkgs-amd64, rpkgs-arm64).
|
# Arch placement is via the group label (rpkgs-amd64, rpkgs-arm64).
|
||||||
variables:
|
variables:
|
||||||
# Gates this pipeline. A manual pipeline creation instantiates every file in
|
# Gates this pipeline. A manual pipeline creation instantiates every file in
|
||||||
# .crow/, and a declared default is applied even when the run never passed
|
# .crow/, and a declared default is applied even when the run never passed
|
||||||
# this variable, so the default must be a value that matches no matrix row.
|
# this variable, so the default must be a value that matches no matrix row.
|
||||||
weekly_audit_missing:
|
weekly_audit_missing:
|
||||||
description: "Manual run target: a specific <os>-<arch>, 'all' for every os/arch, or 'none' to run nothing."
|
description: "Manual run target: a specific <os>-<arch>, 'all' to run every os/arch in parallel, or 'none' to run nothing."
|
||||||
options:
|
options:
|
||||||
- none
|
- none
|
||||||
- all
|
- all
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
# - cron: each existing `weekly-rebuild-missing-<os>-<arch>` cron fires only
|
# - cron: each existing `weekly-rebuild-missing-<os>-<arch>` cron fires only
|
||||||
# its matching matrix rows (via the per-row `cron:` name filter),
|
# its matching matrix rows (via the per-row `cron:` name filter),
|
||||||
# which is now all three shards of that slot.
|
# which is now all three shards of that slot.
|
||||||
# - manual: `weekly_rebuild_missing` dropdown, default "all" (matches the
|
# - manual: pick a target from the `weekly_rebuild_missing` dropdown;
|
||||||
# previous bare manual trigger that ran every os/arch); pick a
|
# "all" fans out every os/arch and shard as parallel matrix
|
||||||
# single <os>-<arch> to run just one.
|
# workflows, while a single <os>-<arch> runs its three shards.
|
||||||
# Arch placement is handled by the group label (rpkgs-amd64, rpkgs-arm64).
|
# Arch placement is handled by the group label (rpkgs-amd64, rpkgs-arm64).
|
||||||
#
|
#
|
||||||
# The shard picks up its own slice and re-derives what is still outstanding
|
# The shard picks up its own slice and re-derives what is still outstanding
|
||||||
|
|
@ -21,7 +21,7 @@ variables:
|
||||||
# .crow/, and a declared default is applied even when the run never passed
|
# .crow/, and a declared default is applied even when the run never passed
|
||||||
# this variable, so the default must be a value that matches no matrix row.
|
# this variable, so the default must be a value that matches no matrix row.
|
||||||
weekly_rebuild_missing:
|
weekly_rebuild_missing:
|
||||||
description: "Manual run target: a specific <os>-<arch>, 'all' for every os/arch, or 'none' to run nothing."
|
description: "Manual run target: a specific <os>-<arch>, 'all' to run every os/arch in parallel, or 'none' to run nothing."
|
||||||
options:
|
options:
|
||||||
- none
|
- none
|
||||||
- all
|
- all
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ variables:
|
||||||
# exactly the slots it rebuilt. A manual pipeline creation instantiates every
|
# exactly the slots it rebuilt. A manual pipeline creation instantiates every
|
||||||
# file in .crow/, so the default must match no matrix row.
|
# file in .crow/, so the default must match no matrix row.
|
||||||
weekly_rebuild_missing:
|
weekly_rebuild_missing:
|
||||||
description: "Manual run target: a specific <os>-<arch>, 'all' for every os/arch, or 'none' to run nothing."
|
description: "Manual run target: a specific <os>-<arch>, 'all' to run every os/arch in parallel, or 'none' to run nothing."
|
||||||
options:
|
options:
|
||||||
- none
|
- none
|
||||||
- all
|
- all
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue