Open
Conversation
2c6baaa to
ab9ccb2
Compare
265a305 to
4748b45
Compare
Up to now, all tests did simply check out any latest state of all layers to perform testing. This is sufficient for master in most cases, but will fail when attempting to test for other releases as it is required for stable branch updates. Unfortunately, despite this would be the best reference, currently there is no way in circleci to determine the actual branch a pull request was opened against. See also https://ideas.circleci.com/ideas/CCI-I-894 Thus for now, we define the targeted Yocto/poky branch and release version with environment variables, named 'YOCTO_BRANCH' and 'YOCTO_VERSION'. With them, the job now clones the exact branches required and also writes the exact sstate mirror path required into local.conf. By adapting the environment variable for different stable branches this potentially allows running tests against the concrete poky version. Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
c82764a to
2319e26
Compare
16f211d to
f0de280
Compare
a2849c7 to
4c50f67
Compare
356d934 to
582c4be
Compare
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.
Signed-off-by: Enrico Jorns ejo@pengutronix.de