tests: Widely switch to new commit/branch syntax
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
header:
|
||||
version: 13
|
||||
version: 14
|
||||
|
||||
env:
|
||||
TESTVAR_DEFAULT_VAL: "BAR"
|
||||
@@ -13,13 +13,13 @@ repos:
|
||||
# Testing new BB_ENV_PASSTHROUGH_ADDITIONS
|
||||
bitbake_new:
|
||||
url: https://git.openembedded.org/bitbake
|
||||
refspec: 87104b6a167188921da157c7dba45938849fb22a
|
||||
commit: 87104b6a167188921da157c7dba45938849fb22a
|
||||
layers:
|
||||
.: excluded
|
||||
|
||||
# Testing deprecated BB_ENV_WHITELIST
|
||||
bitbake_old:
|
||||
url: https://git.openembedded.org/bitbake
|
||||
refspec: efaafc9ec2e8c0475e3fb27e877a1c0a5532a0e5
|
||||
commit: efaafc9ec2e8c0475e3fb27e877a1c0a5532a0e5
|
||||
layers:
|
||||
.: excluded
|
||||
|
Reference in New Issue
Block a user