How to check upstream builds for logs or failures?

To do this we’ll be following the path of builds to upstream in reverse order. See the architecture diagram for more context: Architecture - Universal Blue

  1. Nvidia (Skip if you’re not on an nvidia image)
    a. Go to Workflow runs · ublue-os/nvidia · GitHub
    b. Go to the latest build for build-ublue for branch “main”.


    c. Find your image on the left side of the screen.

    d. If the logo is a red X, the build failures are likely contained within. If not, proceed to step 2.

  2. Main
    a. Do all of step 1, but instead of starting at the nvidia page, start here: Workflow runs · ublue-os/main · GitHub
    b. If there’s no error there either, proceed to step 3.

  3. Fedora
    a. Go to Pipelines · fedora / Fedora Atomic Desktops / ci-test · GitLab
    b. Find the latest build for the branch you’re on. For example, if you’re on f39 and silverblue:

1 Like