diff mbox series

[yocto-autobuilder-helper,mickledore,2/3] config.json: remove BUILD_HISTORY_DIRECTPUSH

Message ID 20231208215915.225182-3-alexis.lothore@bootlin.com
State New
Headers show
Series fix mickledore tests reports | expand

Commit Message

Alexis Lothoré Dec. 8, 2023, 9:59 p.m. UTC
From: Alexis Lothoré <alexis.lothore@bootlin.com>

Now that BUILD_HISTORY_DIRECTPUSH has been replaced by a hardcoded
condition, remove it from config.json

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 1eeabc4c9015..f93ec45927ac 100644
--- a/config.json
+++ b/config.json
@@ -5,7 +5,6 @@ 
 
     "BUILD_HISTORY_DIR" : "buildhistory",
     "BUILD_HISTORY_REPO" : "ssh://git@push.yoctoproject.org/poky-buildhistory",
-    "BUILD_HISTORY_DIRECTPUSH" : ["poky:morty", "poky:pyro", "poky:rocko", "poky:sumo", "poky:thud", "poky:warrior", "poky:zeus", "poky:dunfell", "poky:gatesgarth", "poky:hardknott", "poky:honister", "poky:kirkstone", "poky:langdale", "poky:master"],
     "BUILD_HISTORY_FORKPUSH" : {"poky-contrib:ross/mut" : "poky:master", "poky-contrib:abelloni/master-next": "poky:master", "poky:master-next" : "poky:master"},
 
     "BUILDTOOLS_URL_TEMPLOCAL" : "/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",