Skip to content

chore(release): Elect version feb8e5f205ad5577b2e11e56a6f94faa2d1c6116 as GuestOS candidate for rollout #3942

chore(release): Elect version feb8e5f205ad5577b2e11e56a6f94faa2d1c6116 as GuestOS candidate for rollout

chore(release): Elect version feb8e5f205ad5577b2e11e56a6f94faa2d1c6116 as GuestOS candidate for rollout #3942

Workflow file for this run

name: Release index checks
on:
pull_request:
paths:
- "release-index.yaml"
- "replica-releases/**"
- "hostos-releases/**"
- "release-controller/**"
- "node-labels/**"
- "facts-db/**"
- .github/**
workflow_dispatch:
jobs:
changed_files:
runs-on:
labels: dre-runner-custom
# This image is based on ubuntu:20.04
container: ghcr.io/dfinity/dre/actions-runner:6413f2909a49329ecbf5371ee7ddf07a9799b625
name: Check changed release index files
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Run checks for release index
run: |
rye sync
export PYTHONPATH=$PWD/release-controller
rye run python3 scripts/release_index_ci_check.py --repo-path /home/runner/.cache