-
Notifications
You must be signed in to change notification settings - Fork 356
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
Master add iso builds to templates #5100
Master add iso builds to templates #5100
Conversation
/kickstart-test --testtype smoke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
@VladimirSlavik seems that the ShellCheck has issues with our templating solution. Should I somehow bypass the check there? |
Resolved the missing bot requirement: cockpit-project/bots#5176 |
I think we need something like this: - id: ShellCheck
name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
+ exclude-path: '*.j2' Maybe it would run on the PR if it is changed with it? Also, it can have multiple values, so maybe it will bring the same globbing fun as the autolabeling did...
(just a pessimistic guess) |
d7937c4
to
1529bf3
Compare
/kickstart-test --testtype smoke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you!
1529bf3
to
a392e76
Compare
UPDATED
|
/kickstart-test --testtype smoke |
We need to add the build scripts into our templating solution.
We need to add script and Dockerfile to our templating solution.
The j2 files are our templating and these are not usual shell scripts.
a392e76
to
d478eac
Compare
/kickstart-test --testtype smoke |
UPDATED
|
Change the ISO build to take branched Fedora sources instead of Rawhide.
Backport of #5098