From: Jan-Simon Moeller Date: Mon, 29 Jul 2024 11:41:02 +0000 (+0200) Subject: do not merge next and use host python for releng-scripts X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=81c77c997d39af1628a31bd4bfa0409fc4e02442;p=ci-management.git do not merge next and use host python for releng-scripts Signed-off-by: Jan-Simon Moeller Change-Id: I299ffae4b0929c149db73af8ff05ab86ce0859b1 --- diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 94ee03cb..375dc55d 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -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. \
Build time graph:
" diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index b57cdcd7..9bc736dc 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -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