716937b028
Lift most test cases to the new syntax, just with few exceptions: - tests/test_refspec/test2.yml actually stresses the mixed usage (but clean per repo) - tests/test_repo_includes references kas as external repo at a point where there was no new syntax yet; this needs to be migrated differently later on Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
26 lines
498 B
YAML
26 lines
498 B
YAML
header:
|
|
version: 14
|
|
|
|
env:
|
|
TESTVAR_DEFAULT_VAL: "BAR"
|
|
TESTVAR_WHITELIST:
|
|
|
|
repos:
|
|
this:
|
|
layers:
|
|
meta-dummy:
|
|
|
|
# Testing new BB_ENV_PASSTHROUGH_ADDITIONS
|
|
bitbake_new:
|
|
url: https://git.openembedded.org/bitbake
|
|
commit: 87104b6a167188921da157c7dba45938849fb22a
|
|
layers:
|
|
.: excluded
|
|
|
|
# Testing deprecated BB_ENV_WHITELIST
|
|
bitbake_old:
|
|
url: https://git.openembedded.org/bitbake
|
|
commit: efaafc9ec2e8c0475e3fb27e877a1c0a5532a0e5
|
|
layers:
|
|
.: excluded
|