Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Temporarily disable ISOs #2093

Merged
merged 1 commit into from
Jan 2, 2025
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
12 changes: 6 additions & 6 deletions .github/workflows/build-image-gts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
with:
stream_name: '["gts"]'

build-iso-gts:
name: Build GTS ISOs
needs: [build-image-gts]
if: github.event_name == 'schedule'
secrets: inherit
uses: ./.github/workflows/build-iso-gts.yml
# build-iso-gts:
# name: Build GTS ISOs
# needs: [build-image-gts]
# if: github.event_name == 'schedule'
# secrets: inherit
# uses: ./.github/workflows/build-iso-gts.yml
13 changes: 6 additions & 7 deletions .github/workflows/build-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
with:
stream_name: '["latest"]'

build-iso-latest:
name: Build Latest ISOs
needs: [build-image-latest]
if: github.event.schedule == '50 4 * * 0'

secrets: inherit
uses: ./.github/workflows/build-iso-latest.yml
# build-iso-latest:
# name: Build Latest ISOs
# needs: [build-image-latest]
# if: github.event.schedule == '50 4 * * 0'
# secrets: inherit
# uses: ./.github/workflows/build-iso-latest.yml
14 changes: 7 additions & 7 deletions .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
brand_name: ["bluefin"]
with:
# kernel_pin: 6.11.3-300.fc41.x86_64 ## This is where kernels get pinned.
# kernel_pin: 6.11.3-300.fc41.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: stable

Expand All @@ -35,9 +35,9 @@ jobs:
with:
stream_name: '["stable", "stable-daily"]'

build-iso-stable:
name: Build Stable ISOs
needs: [build-image-stable]
if: github.event.schedule == '50 5 * * 0'
secrets: inherit
uses: ./.github/workflows/build-iso-stable.yml
# build-iso-stable:
# name: Build Stable ISOs
# needs: [build-image-stable]
# if: github.event.schedule == '50 5 * * 0'
# secrets: inherit
# uses: ./.github/workflows/build-iso-stable.yml
Loading