[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [for-4.17 1/3] automation: qemu-alpine-arm64-gcc: Use kernel 5.19


  • To: Michal Orzel <michal.orzel@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • From: Ayan Kumar Halder <ayankuma@xxxxxxx>
  • Date: Thu, 8 Sep 2022 10:07:48 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=SRD00AqW6YDpMwaZNLvVdoIbkLaK+kJro2mFBEsr2+U=; b=bUYeWdhFA/L3OLyoOA01Dxx3LzbJNl9FMENdvdzaw+kAK/68n1CBzmLCe2/D3qzuaj7DqeuRZWR9rnRVFA/H1NxpRhHR+pD9REP8OKYgMLt/0ZuJx44Uoom4L1jroYb9VjVPk4iEWF0aEm0DloxSAxD4WqecGwytpZxMzshqb8il57fdZFHiJ9l/9aIwIqwQySih1sal37gMufM+VjzeRMI8KFrxAuEEeYJZBBj5xAFIWOoQVDEHT8zWNJDGKzBmCvALpf8gLipPuvO8XjF7klRq9X7DKlOGWAdbqShpdXkDy9DU1aT2y5r6QDDQktgMw9BBMpL90ju+6NERrcfaDQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=U9L/twBAhQib0rt0g2AGtI0/7jKFoFGdJa0dYr6v5LBBA3JqccQbMo0LrEAzsoh6aG3wVA9WMgqzVwlVrK4aN3qrEsQiwyPfZOi9pTS+tG4UXzu30wP1eCpz5B7BRp3XojIBnlWHJsetRftC4QRemiFMAS1yvh8RKG4hrq378CdPSmpUtop9PoEZhSmjzXKKAJT5p+0eWiC8CW7SqxRdCjfx2Ujja1eASfla4rGKn/xrHse80uSsKNIRVpSQJ4BDwgjDv9kUYpR/xCxgaWWaSSK02okjh3FdHg27M2HyOyQ/6x+WIPDV0zHoNwsAch9W3uGUW8SEpfst+1TcwCvcMg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
  • Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Thu, 08 Sep 2022 09:08:05 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi Michal,

On 02/09/2022 08:09, Michal Orzel wrote:
After qemu-smoke-arm64 was changed to use kernel 5.19 we end up having
two kernel configurations. This is something not needed and maintaining
a single kernel version is always easier. Modify qemu-alpine-arm64-gcc
to use kernel 5.19 and remove kernel 5.9 from tests-artifacts.

Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
Reviewed-by: Ayan Kumar Halder <ayankuma@xxxxxxx>

Question unrelated to the patch.

When do we decide that we need to upgrade the kernel version ?

---
  automation/gitlab-ci/build.yaml               | 11 ------
  automation/gitlab-ci/test.yaml                |  2 +-
  .../kernel/5.9.9-arm64v8.dockerfile           | 34 -------------------
  3 files changed, 1 insertion(+), 46 deletions(-)
  delete mode 100644 automation/tests-artifacts/kernel/5.9.9-arm64v8.dockerfile

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index d2f75a090c0f..720ce6e07ba0 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -586,17 +586,6 @@ alpine-3.12-arm64-rootfs-export:
    tags:
      - arm64
-kernel-5.9.9-arm64-export:
-  extends: .test-jobs-artifact-common
-  image: 
registry.gitlab.com/xen-project/xen/tests-artifacts/kernel:5.9.9-arm64v8
-  script:
-    - mkdir binaries && cp /Image binaries/Image
-  artifacts:
-    paths:
-      - binaries/Image
-  tags:
-    - arm64
-
  kernel-5.19-arm64-export:
    extends: .test-jobs-artifact-common
    image: 
registry.gitlab.com/xen-project/xen/tests-artifacts/kernel:5.19-arm64v8
diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index 2eb6c3866e2c..07209820b474 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -34,7 +34,7 @@ qemu-alpine-arm64-gcc:
    needs:
      - alpine-3.12-gcc-arm64
      - alpine-3.12-arm64-rootfs-export
-    - kernel-5.9.9-arm64-export
+    - kernel-5.19-arm64-export
      - qemu-system-aarch64-6.0.0-arm64-export
    artifacts:
      paths:
diff --git a/automation/tests-artifacts/kernel/5.9.9-arm64v8.dockerfile 
b/automation/tests-artifacts/kernel/5.9.9-arm64v8.dockerfile
deleted file mode 100644
index 053d65a3454e..000000000000
--- a/automation/tests-artifacts/kernel/5.9.9-arm64v8.dockerfile
+++ /dev/null
@@ -1,34 +0,0 @@
-FROM arm64v8/debian:unstable
-LABEL maintainer.name="The Xen Project" \
-      maintainer.email="xen-devel@xxxxxxxxxxxxxxxxxxxx"
-
-ENV DEBIAN_FRONTEND=noninteractive
-ENV LINUX_VERSION=5.9.9
-ENV USER root
-
-RUN mkdir /build
-WORKDIR /build
-
-# build depends
-RUN apt-get update && \
-    apt-get --quiet --yes install \
-        build-essential \
-        libssl-dev \
-        bc \
-        curl \
-        flex \
-        bison \
-        && \
-    \
-    # Build the kernel
-    curl -fsSLO 
https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-"$LINUX_VERSION".tar.xz && \
-    tar xvJf linux-"$LINUX_VERSION".tar.xz && \
-    cd linux-"$LINUX_VERSION" && \
-    make defconfig && \
-    make -j$(nproc) Image.gz && \
-    cp arch/arm64/boot/Image / && \
-    cd /build && \
-    rm -rf linux-"$LINUX_VERSION"* && \
-    apt-get autoremove -y && \
-    apt-get clean && \
-    rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.