Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ on:
version:
description: "Version to verify (default: the newest published)"
required: false
schedule:
- cron: "47 7 * * 1" # Mondays
# Scheduled runs are disabled. Uncomment the block below to restore them.
# schedule:
# - cron: "47 7 * * 1" # Mondays

permissions:
contents: read
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/pins.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Scheduled pin watch: reports when cuda-oxide or reconverge
# Pin watch: reports when cuda-oxide or reconverge
# move upstream by opening an issue. It NEVER bumps a pin — a bump is a human
# decision, its own commit, and a gate re-run (CONTRIBUTING.md).
#
# Dispatch-only: the weekly schedule is commented out in `on:` below, so an
# upstream move is noticed when somebody runs this, not when it happens.
name: pins

on:
schedule:
- cron: "17 6 * * 1" # weekly, Monday morning UTC
# Scheduled runs are disabled. Uncomment the block below to restore them.
# schedule:
# - cron: "17 6 * * 1" # weekly, Monday morning UTC
workflow_dispatch:

permissions:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ on:
description: Suite iterations per OS, split across the shards
required: false
default: "100"
schedule:
- cron: "29 6 * * 1" # Mondays
# Scheduled runs are disabled. Uncomment the block below to restore them.
# schedule:
# - cron: "29 6 * * 1" # Mondays

permissions:
contents: read
Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ Three pins move together or not at all: the nightly in
`reconverge` is a rustc-driver tool — it must be built by the exact rustc it
wraps — and `cuda-oxide` requires the same pin. A bump is its own commit,
never mixed with a behaviour change, and re-runs the affected stage gates.
The scheduled `pins.yml` workflow reports upstream movement by opening an
issue; it never bumps anything. Current pins: nightly-2026-04-03,
The `pins.yml` workflow reports upstream movement by opening an issue; it
never bumps anything. Its weekly cron is commented out, so upstream movement
is noticed when you dispatch it. Current pins: nightly-2026-04-03,
cuda-oxide 50d07314, reconverge 0.1.11 (installed from crates.io).

## 10. License
Expand Down
Loading