do not merge next and use host python for releng-scripts
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 29 Jul 2024 11:41:02 +0000 (13:41 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 29 Jul 2024 11:41:02 +0000 (13:41 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I299ffae4b0929c149db73af8ff05ab86ce0859b1

jjb/ci-AGL-verify/ci-platform-jjb.yaml
jjb/common/include-agl-run-test-prepare.sh

index 94ee03c..375dc55 100644 (file)
@@ -37,7 +37,7 @@
       - ci-platform-{project}-verify-CIBT-{testmachine}
       - ci-platform-{project}-verify-CIBT-complete
       - ci-platform-{project}-verify-CIBT-finish-success
-      - ci-platform-{project}-merge-update-next
+      #- ci-platform-{project}-merge-update-next
       - ci-platform-{project}-remove-artifacts
     description: "Managed by JJB. Do not Edit. \
                   <br>Build time graph:<br><img src='buildTimeGraph/png' />"
index b57cdcd..9bc736d 100644 (file)
@@ -16,7 +16,7 @@ else
 fi
 
 if [ -e releng-scripts/utils ]; then
-    export PATH=$PATH:$PWD/releng-scripts/utils
+    export PATH="/usr/bin:$PATH:$PWD/releng-scripts/utils"
     RELENG=$PWD/releng-scripts
 fi