rootfs_configs: fix baseline overlay path#463
Merged
gctucker merged 1 commit intokernelci:masterfrom Aug 13, 2020
Merged
Conversation
Fix typo in path to baseline overlay. Fixes: 9b69ba3 (rootfs-configs: add baseline overlay to default buster) Signed-off-by: Kevin Hilman <[email protected]>
Contributor
Author
|
Test build triggered on staging: https://bot.staging.kernelci.org/job/rootfs-builder/111/console |
Collaborator
|
Not sure how that got merged in the first place, maybe some subtle build errors were not seen then. Anyway, thanks for the fix. |
Contributor
Author
|
Not sure how that got merged in the first place, maybe some subtle build errors were not seen then. Anyway, thanks for the fix.
Yeah, I'm not sure either since I ran some test builds in Jenkins.
Sorry for the noise.
|
Contributor
Author
|
Build on staging SUCCESS: https://bot.staging.kernelci.org/job/rootfs-builder/111/console |
Contributor
Author
|
successful kselftest LAVA Job using the result of this staging build: https://lava.baylibre.com/scheduler/job/273787#bottom |
Collaborator
|
Well, a baseline test run is really what matters for this rootfs. |
Contributor
Author
|
oops, you're right of course. Here's a run for |
Collaborator
|
Thanks, looks good and the results are all there: https://lava.baylibre.com/results/277426 |
khilman
added a commit
to khilman/kernelci-core
that referenced
this pull request
Aug 18, 2020
rootfs images built after this fix: kernelci#463 Signed-off-by: Kevin Hilman <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix typo in path to baseline overlay.
Fixes: 9b69ba3 (rootfs-configs: add baseline overlay to default buster)
Signed-off-by: Kevin Hilman [email protected]