You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QEMU runs well on some nodes, and not well on others. Need to refactor our jenkins jobs so we can dedicate a node to QEMU runs.
This will require a specific job for builds, that provides the built image via it's artifacts, and a second job that can take as input an artifact link to retrieve and use the image in a QEMU run.
The text was updated successfully, but these errors were encountered:
openbmc-build is a generic job that just builds the input target/code and stores the artifacts.
run-qemu downloads the input artifact and executes qemu against it
Need to apply workaround documented in gmacario/easy-jenkins#180 (comment) to replace the @ symbol with the - symbol for concurrent builds to work properly in openbmc-build.
QEMU runs well on some nodes, and not well on others. Need to refactor our jenkins jobs so we can dedicate a node to QEMU runs.
This will require a specific job for builds, that provides the built image via it's artifacts, and a second job that can take as input an artifact link to retrieve and use the image in a QEMU run.
The text was updated successfully, but these errors were encountered: