mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
ci(mint): pin manual image default
This commit is contained in:
@@ -45,13 +45,6 @@
|
|||||||
# docker-capable self-hosted `dind-sm-standard-2` label was the alternative but
|
# docker-capable self-hosted `dind-sm-standard-2` label was the alternative but
|
||||||
# has fewer cores and reintroduces fleet-state risk for no reliability gain.
|
# has fewer cores and reintroduces fleet-state risk for no reliability gain.
|
||||||
|
|
||||||
# DISABLED. This workflow is switched off in the repository's Actions settings
|
|
||||||
# (state: disabled_manually) and does not run on any trigger, including its cron
|
|
||||||
# and workflow_dispatch. That state lives in GitHub's UI and is invisible when
|
|
||||||
# reading this file, which has already misled at least one audit — hence this
|
|
||||||
# banner. Re-enabling is a UI action; anyone doing so should first check that the
|
|
||||||
# workflow still matches the current CI layout. See rustfs/backlog#1603.
|
|
||||||
#
|
|
||||||
name: mint
|
name: mint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -70,9 +63,9 @@ on:
|
|||||||
- core
|
- core
|
||||||
- full
|
- full
|
||||||
mint-image:
|
mint-image:
|
||||||
description: "Mint image reference"
|
description: "Mint image reference (empty = pinned default)"
|
||||||
required: false
|
required: false
|
||||||
default: "minio/mint:edge"
|
default: ""
|
||||||
schedule:
|
schedule:
|
||||||
# Weekly, after the Sunday s3-tests full sweep (starts 02:00 UTC, up to
|
# Weekly, after the Sunday s3-tests full sweep (starts 02:00 UTC, up to
|
||||||
# 3h) has finished, so the two never contend for the same runner pool.
|
# 3h) has finished, so the two never contend for the same runner pool.
|
||||||
|
|||||||
Reference in New Issue
Block a user