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

refactor: Reorganize Build Process #1867

Merged
merged 56 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
c6ae372
refactor: Reorganize Build Process
m2Giles Nov 1, 2024
ad9b9cb
Merge branch 'main' into refactor-build
m2Giles Nov 1, 2024
258d1cb
fix: use raw-img for rechunk
m2Giles Nov 1, 2024
081dbba
chore(ci): compat with old names
m2Giles Nov 1, 2024
637f641
try matrix in workflow call
m2Giles Nov 1, 2024
a06e9a1
Revert "try matrix in workflow call"
m2Giles Nov 1, 2024
5a6dcff
try matrix changes again
m2Giles Nov 1, 2024
f3ccdf7
Revert "try matrix changes again"
m2Giles Nov 1, 2024
18fc0b0
use inputs!
m2Giles Nov 1, 2024
3c3daf1
Revert "use inputs!"
m2Giles Nov 1, 2024
d50912b
another matrix try
m2Giles Nov 1, 2024
b4ae212
use include instead of exclude
m2Giles Nov 1, 2024
927f8e9
JSON String for matrix
m2Giles Nov 2, 2024
cfaa180
swap quotes
m2Giles Nov 2, 2024
3e521b0
fromJSON?
m2Giles Nov 2, 2024
53d3719
remove quotes
m2Giles Nov 2, 2024
d4522ad
another try?
m2Giles Nov 2, 2024
01a24e1
Single Line
m2Giles Nov 2, 2024
eeb845d
add selectable build choice
m2Giles Nov 2, 2024
b05c715
push old hwe image names
m2Giles Nov 2, 2024
757df34
handle defaults
m2Giles Nov 2, 2024
0f69dc5
fix expression
m2Giles Nov 2, 2024
5ba2948
Update build-image-latest.yml
m2Giles Nov 2, 2024
0f84169
Update reusable-build.yml
m2Giles Nov 2, 2024
8c7362e
Update build-image-latest.yml
m2Giles Nov 2, 2024
4251ec2
match for ISOs, loop tags
m2Giles Nov 2, 2024
72a598e
add another build-fix
m2Giles Nov 2, 2024
52c2732
fix check for build-fix
m2Giles Nov 2, 2024
9e14a3b
ZFS verify based on akmods flavor
m2Giles Nov 2, 2024
cf2fe9c
don't fail fast
m2Giles Nov 2, 2024
8b591da
fix hwe tagging
m2Giles Nov 2, 2024
dfb1020
start getting changelogs in place
m2Giles Nov 2, 2024
a7d551f
wire up changelogs
m2Giles Nov 2, 2024
3d016e6
wireup changelogs
m2Giles Nov 3, 2024
f4b7ff3
enable kernel pinning per workflow call
m2Giles Nov 3, 2024
16d7d2c
fix typo
m2Giles Nov 3, 2024
8242cc4
missing empty string?
m2Giles Nov 3, 2024
77956a8
test, disable changelogs
m2Giles Nov 3, 2024
3ac3cd2
Merge branch 'main' into refactor-build
m2Giles Nov 3, 2024
0537b5b
turn back on changelogs
m2Giles Nov 3, 2024
11c0b6c
fix typos
m2Giles Nov 3, 2024
1ff55ab
fix workflow
m2Giles Nov 3, 2024
118da95
fix codacy warnings
m2Giles Nov 3, 2024
b9ef605
fix codacy error
m2Giles Nov 3, 2024
aaafdde
move generate changelogs/iso to image level
m2Giles Nov 3, 2024
155e4bc
handle workflow call for stable
m2Giles Nov 3, 2024
3bd697a
fix broken symlinks
m2Giles Nov 3, 2024
951662d
use json string
m2Giles Nov 3, 2024
67b7e7e
add changelogs just command
m2Giles Nov 3, 2024
d79d32c
ran `pre-commit` for build related files
bsherman Nov 3, 2024
127af15
remove unused just recipe and vscode tasks
bsherman Nov 3, 2024
c9fb060
rename inputs/matrix "fedora_version" to "stream_name"
bsherman Nov 3, 2024
b4028f2
update gitignore for changelogs
m2Giles Nov 5, 2024
639c655
number all base build scripts
bsherman Nov 5, 2024
a876307
Merge branch 'main' into refactor-build
bsherman Nov 5, 2024
62b4227
small change to force rebuild
bsherman Nov 5, 2024
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
34 changes: 0 additions & 34 deletions .devcontainer/devcontainer.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body:
attributes:
label: Output of `groups`
description: Please run `groups` and paste the output here.
render: shell
render: shell
- type: textarea
id: extra-context
attributes:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ body:
- Vauxite
validations:
required: true

Loading