From 5e92ffa7cd4c7ceda79e972e139c867540f3e037 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 26 Jun 2024 12:25:43 +0200 Subject: Add pi5 Signed-off-by: Jan-Simon Moeller Change-Id: Iced8966cb95134f3b598b03acc0e4c295e7c5790 --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 4 ++++ jjb/pre-fetch/include-prefetch.sh | 13 ++++--------- .../release-jjb-snapshot.yaml | 1 + jjb/release-jjb-ricefish-snapshot/release-jjb-snapshot.yaml | 1 + 4 files changed, 10 insertions(+), 9 deletions(-) (limited to 'jjb') diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 2ef36c1b..94ee03cb 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -8,6 +8,7 @@ - qemuarm - qemuarm64 - raspberrypi4 + - raspberrypi5 testmachine: #- bbe - h3ulcb-nogfx @@ -137,6 +138,9 @@ - name: 'ci-platform-{project}-verify-CIB-raspberrypi4' current-parameters: true kill-phase-on: FAILURE + - name: 'ci-platform-{project}-verify-CIB-raspberrypi5' + current-parameters: true + kill-phase-on: NEVER - name: 'ci-platform-{project}-verify-CIB-flutter-qemux86-64' current-parameters: true kill-phase-on: FAILURE diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh index 04b399f8..b335a4df 100644 --- a/jjb/pre-fetch/include-prefetch.sh +++ b/jjb/pre-fetch/include-prefetch.sh @@ -3,11 +3,10 @@ #set -x set +e # -export BOARDS="qemux86-64 raspberrypi4 h3ulcb-nogfx m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64 bbe" -# check: dra7xx-evm dragonboard-410c wandboard -export FEATURES="agl-demo agl-devel agl-netboot" -export FEATURES_nogfx="agl-netboot agl-devel" -export TARGETIMAGE="agl-demo-platform-crosssdk" +export BOARDS="qemux86-64 qemuarm qemuarm64 raspberrypi4 raspberrypi5 h3ulcb-nogfx" +export FEATURES="agl-demo agl-devel agl-netboot agl-ci" +export FEATURES_nogfx="agl-netboot agl-devel agl-ci" +export TARGETIMAGE="agl-ivi-demo-qt agl-ivi-demo-flutter" export TARGETIMAGE_nogfx="agl-image-minimal" mkdir -p mirror @@ -27,10 +26,6 @@ repo sync -j8 for i in $BOARDS ; do pushd . - if test x"porter-nogfx" = x"$i" ; then - FEATURES="${FEATURES_nogfx}" - TARGETIMAGE="${TARGETIMAGE_nogfx}" - fi if test x"m3ulcb-nogfx" = x"$i" ; then FEATURES="${FEATURES_nogfx}" TARGETIMAGE="${TARGETIMAGE_nogfx}" diff --git a/jjb/release-jjb-quillback-snapshot/release-jjb-snapshot.yaml b/jjb/release-jjb-quillback-snapshot/release-jjb-snapshot.yaml index 9b298cd9..e0667e94 100644 --- a/jjb/release-jjb-quillback-snapshot/release-jjb-snapshot.yaml +++ b/jjb/release-jjb-quillback-snapshot/release-jjb-snapshot.yaml @@ -52,6 +52,7 @@ - qemuarm - qemuarm64 - raspberrypi4 + - raspberrypi5 - m3ulcb-nogfx - h3ulcb-nogfx - bbe diff --git a/jjb/release-jjb-ricefish-snapshot/release-jjb-snapshot.yaml b/jjb/release-jjb-ricefish-snapshot/release-jjb-snapshot.yaml index 8f13480c..797c48f4 100644 --- a/jjb/release-jjb-ricefish-snapshot/release-jjb-snapshot.yaml +++ b/jjb/release-jjb-ricefish-snapshot/release-jjb-snapshot.yaml @@ -52,6 +52,7 @@ - qemuarm - qemuarm64 - raspberrypi4 + - raspberrypi5 - m3ulcb-nogfx - h3ulcb-nogfx # for aarch64 -- cgit 1.2.3-korg