From e61519a8c3f74fc9f86789d73ee4919272f123af Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:56:00 -0800 Subject: [PATCH] Adding support for npu2404 and centos79 (#8681) Co-authored-by: msubram --- .github/workflows/xrt_ci.yml | 4 ++-- .github/workflows/xrt_master_2025.1.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/xrt_ci.yml b/.github/workflows/xrt_ci.yml index 7a5c8789b1c..5448e9442fc 100644 --- a/.github/workflows/xrt_ci.yml +++ b/.github/workflows/xrt_ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: include: - - os: centos78 + - os: centos79 packageType: rpm - os: centos8 packageType: rpm @@ -50,7 +50,7 @@ jobs: packageType: deb - os: npu packageType: deb - - os: ubuntu2404 + - os: npu2404 packageType: deb runs-on: [self-hosted, Ubuntu-22.04] diff --git a/.github/workflows/xrt_master_2025.1.yml b/.github/workflows/xrt_master_2025.1.yml index 2aef029c6c6..7861186bdf7 100644 --- a/.github/workflows/xrt_master_2025.1.yml +++ b/.github/workflows/xrt_master_2025.1.yml @@ -15,9 +15,9 @@ jobs: strategy: matrix: include: - - os: centos78 + - os: centos79 packageType: rpm - os_ver: centos_7.8 + os_ver: centos_7.9 - os: centos8 packageType: rpm os_ver: centos_8.1 @@ -36,7 +36,7 @@ jobs: - os: npu packageType: deb os_ver: ubuntu_22.04 - - os: ubuntu2404 + - os: npu2404 packageType: deb os_ver: ubuntu_24.04