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

bib: show status bar during the build (HMS-3258) #273

Closed
wants to merge 1 commit into from

Conversation

mvo5
Copy link
Collaborator

@mvo5 mvo5 commented Mar 15, 2024

This is just here so that people can play around, it needs serious cleanup. But to see what it would looks like:

cd bib/cmd/mockprogress
$ go build && ./mockprogress < progress-log.json.full

go build && ./mockprogress < progress-log.json.full 

[|] component: source org.osbuild.skopeo [1/7]
message: Starting pipeline source org.osbuild.skopeo

it will spend a lot of time in the skopeo stage but it gives a flavor of what data we have right now (there is the progress log from a full build included).

@mvo5 mvo5 changed the title bib: show progress bar during the build bib: show status bar during the build Mar 18, 2024
@ochosi ochosi changed the title bib: show status bar during the build bib: show status bar during the build (HMS-3258) Mar 21, 2024
mvo5 added a commit to mvo5/osbuild that referenced this pull request Mar 22, 2024
By default "bootc" will refuse to work on a non-selinux system if
the bootc container requires selinux. This is a sensible approach
in general but for us it's tricky because we want to be able to
generate images when running on developer machines or CI machines
that may not necessarily have selinux. So make bootc more relaxed.

In addition this commit also enables debug logging from `bootc`.
The rational is that at least for now it will yield valuable
information about what is going on and arguable we are already
spaming the terminal too much so adding more "debug" style log
is not making things (much) worse. This will be fixed by showing
a status log during the build instead of the stages output. Either
osbuild/bootc-image-builder#273 or a
variant of it.
Copy link

This PR is stale because it has been open 30 days with no activity. Remove "Stale" label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale Issue or PR with no activity for extended period of time label Apr 21, 2024
@mvo5 mvo5 removed the Stale Issue or PR with no activity for extended period of time label Apr 24, 2024
Copy link

This PR is stale because it has been open 30 days with no activity. Remove "Stale" label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale Issue or PR with no activity for extended period of time label Jun 13, 2024
Copy link

This PR was closed because it has been stalled for 30+7 days with no activity.

@github-actions github-actions bot closed this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Issue or PR with no activity for extended period of time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant