Note to contributors: Two CI approaches, two baseline files #45802
dg0yt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are effectively two CI jobs for PRs:
scripts/ci.baseline.txt
.scripts/ci.features.baseline.txt
.If a port generally fails in CI (i.e. due to missing SDK), it will have similar notes in both files. But one file cannot replace the other because they test different configurations. (Even for the same feature set, the configurations of the dependencies can differ.)
So when dealing with CI errors in port updates, check which filenames are suggested to be updated. The new feature check uncovers a number of problems which were previously hidden.
Beta Was this translation helpful? Give feedback.
All reactions