Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TEST #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

TEST #1

wants to merge 2 commits into from

Commits on Mar 10, 2020

  1. .circleci: test for specific Yocto branch

    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>
    ejoerns committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e80fc8c View commit details
    Browse the repository at this point in the history
  2. .circleci: be nice and build with rm_work

    Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
    ejoerns committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2319e26 View commit details
    Browse the repository at this point in the history