From 3b9d35310417850d6bea6cf34c339afff5b12224 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 8 Jun 2023 10:53:01 +0800 Subject: [PATCH] pti-rtp: remove the script for yocto The required packages for yocto build are no longer available on the mirrors of centos7, details info in: https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2/IT-25536 So remove the script for now, we will try to migrate to other base OS in the future. Issue-ID: INF-410 Issue-ID: IT-25536 Signed-off-by: Jackie Huang Change-Id: I1bb7f40147e03591c96f5c54906ba8a1993a2a01 --- jjb/pti-rtp/pti-rtp.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index ed4f0886..e96bff7e 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -33,7 +33,6 @@ # runs about 50~80 minutes build-timeout: 120 script: !include-raw-escape: - - install-yocto-prereq-centos.sh - verify-inf.sh jobs: - oran-shell-verify @@ -44,7 +43,6 @@ # runs about 50~80 minutes build-timeout: 120 script: !include-raw-escape: - - install-yocto-prereq-centos.sh - verify-inf.sh jobs: - oran-shell-merge @@ -57,7 +55,6 @@ # runs about 48 hours build-timeout: 2880 script: !include-raw-escape: - - install-yocto-prereq-centos.sh - build-inf.sh - upload-inf.sh jobs: -- 2.16.6