Skip to content

Commit

Permalink
chore(ci): split build workflows by fedora version (#525)
Browse files Browse the repository at this point in the history
force merge since the build can't pass expected checks due to workflow changes
  • Loading branch information
bsherman authored Mar 24, 2024
1 parent 4ad7c1e commit 143259d
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 238 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-38.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue main 38
on:
pull_request:
merge_group:
schedule:
- cron: '15 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:

jobs:
ublue-38:
name: "build ublue-os/*-main:38"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 38
15 changes: 15 additions & 0 deletions .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue main 39
on:
pull_request:
merge_group:
schedule:
- cron: '0 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:

jobs:
ublue-39:
name: "build ublue-os/*-main:39"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 39
15 changes: 15 additions & 0 deletions .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue main 40
on:
pull_request:
merge_group:
schedule:
- cron: '5 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:

jobs:
ublue-40:
name: "build ublue-os/*-main:40"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 40
192 changes: 0 additions & 192 deletions .github/workflows/build.yml.save

This file was deleted.

Loading

0 comments on commit 143259d

Please sign in to comment.