Skip to content

Commit

Permalink
Merge pull request #8833 from Al3xR01/topic/add_Ubuntu22_to_v1.14.x
Browse files Browse the repository at this point in the history
AZP/RELEASE: Add Ubuntu 22.04 - v1.14.x
  • Loading branch information
yosefe committed Jan 24, 2023
2 parents 0e6ef8e + e09a9e4 commit 4cb7c13
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions buildlib/az-distro-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
ubuntu20_cuda11:
build_container: ubuntu20_cuda11
artifact_name: $(POSTFIX)-ubuntu20.04-mofed5-cuda11.deb
ubuntu22_cuda11:
build_container: ubuntu22_cuda11
artifact_name: $(POSTFIX)-ubuntu22.04-mofed5-cuda11.deb

container: $[ variables['build_container'] ]

Expand Down
2 changes: 2 additions & 0 deletions buildlib/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ resources:
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu18.04-mofed5-cuda11:3
- container: ubuntu20_cuda11
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu20.04-mofed5-cuda11:3
- container: ubuntu22_cuda11
image: rdmz-harbor.rdmz.labs.mlnx/ucx/x86_64/ubuntu22.04-mofed5-cuda11:3

stages:
- stage: Prepare
Expand Down
12 changes: 11 additions & 1 deletion buildlib/dockers/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
version: "3.4"

services:
centos7-mofed5-cuda11:
Expand Down Expand Up @@ -64,3 +64,13 @@ services:
MOFED_VERSION: 5.0-1.0.0.0
UBUNTU_VERSION: 20.04
CUDA_VERSION: 11.4.0
ubuntu22.04-mofed5-cuda11:
image: ubuntu22.04-mofed5-cuda11:3
build:
context: .
network: host
dockerfile: ubuntu-release.Dockerfile
args:
MOFED_VERSION: 5.4-3.6.8.1
UBUNTU_VERSION: 22.04
CUDA_VERSION: 11.7.0
1 change: 1 addition & 0 deletions buildlib/dockers/ubuntu-release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && \
udev \
wget \
environment-modules \
pkg-config \
&& apt-get remove -y openjdk-11-* || apt-get autoremove -y \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 4cb7c13

Please sign in to comment.