Hello, this series brings a fix to a sporadic tag push issue observed in autobuilder. The bug is documented in bugzilla #15140 ([1]). Basically, whenever the autobuilder creates a new tag on test results, it is only aware of "local" tags, which is kind of faulty since used repository is a shallow clone.
This series then brings two patches: - a first one to introduce gitarchive tests as a safety net - a second one to implement the fix by replacing "git tag" calls by "git ls-remote" calls where appropriate [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=15140 Alexis Lothoré (2): oeqa/selftest: introduce gitarchive tests oeqa/utils/gitarchive: fix tag computation when creating archive .../oeqa/selftest/cases/gitarchivetests.py | 96 +++++++++++++++++++ meta/lib/oeqa/utils/gitarchive.py | 6 +- 2 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 meta/lib/oeqa/selftest/cases/gitarchivetests.py -- 2.41.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185838): https://lists.openembedded.org/g/openembedded-core/message/185838 Mute This Topic: https://lists.openembedded.org/mt/100682829/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
