From 6c7a8bcfc1334b644982e350bd94958921ba1722 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:31:45 -0700 Subject: [PATCH] CI/CD: Running ubuntu 1804 and amazonlinux for 2021.1 branch (#8399) * running ubuntu 1804 and amazonlinux for 2021.1 branch * re-arranging the orders --------- Co-authored-by: msubram --- .github/workflows/xrt_ci.yml | 6 +++++- .github/workflows/xrt_master_2021.1.yml | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xrt_ci.yml b/.github/workflows/xrt_ci.yml index 9fbd5ba6ef0..d7ff653a116 100644 --- a/.github/workflows/xrt_ci.yml +++ b/.github/workflows/xrt_ci.yml @@ -45,7 +45,11 @@ jobs: - os: ubuntu2004 packageType: deb - os: ubuntu2204 - packageType: deb + packageType: deb + - os: amazonlinux-20202011111 + packageType: rpm + - os: ubuntu1804 + packageType: deb runs-on: [self-hosted, Ubuntu-22.04] steps: diff --git a/.github/workflows/xrt_master_2021.1.yml b/.github/workflows/xrt_master_2021.1.yml index e7928e1620e..a6e041c6511 100644 --- a/.github/workflows/xrt_master_2021.1.yml +++ b/.github/workflows/xrt_master_2021.1.yml @@ -30,7 +30,13 @@ jobs: os_ver: ubuntu_20.04 - os: ubuntu2204 packageType: deb - os_ver: ubuntu_22.04 + os_ver: ubuntu_22.04 + - os: amazonlinux-20202011111 + packageType: rpm + os_ver: amazonlinux20202011111 + - os: ubuntu1804 + packageType: deb + os_ver: ubuntu_18.04 runs-on: [self-hosted, Ubuntu-22.04] steps: