Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-UpgrateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stages:
jobs:
- job: UpgradeVersions
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
steps:
- script: |
if [ -z "$(which gh)" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ stages:

jobs:
- job:
displayName: "amd64/ubuntu-20.04"
displayName: "amd64/ubuntu-22.04"
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'

steps:
- checkout: self
submodules: true
- script: |
sudo apt-get update
sudo apt-get install -y make wget libtool m4 autoconf dh-exec libdebhelper-perl=13.6ubuntu1~bpo20.04.1 debhelper=13.6ubuntu1~bpo20.04.1 \
sudo apt-get install -y make wget libtool m4 autoconf dh-exec debhelper \
cmake pkg-config python3-pip python cmake libgtest-dev libgmock-dev libyang-dev \
debhelper-compat dh-elpa dh-sequence-python3 python3-all \
libpython3-all-dev python3-six xmlto unzip rake-compiler gem2deb pkg-php-tools \
Expand Down Expand Up @@ -63,5 +63,5 @@ stages:
cp *.deb /tmp/artifacts
workingDirectory: src
- publish: /tmp/artifacts
artifact: sonic-buildimage.amd64.ubuntu20_04
displayName: "Archive sonic-buildimage debian packages for ubuntu20.04"
artifact: sonic-buildimage.amd64.ubuntu22_04
displayName: "Archive sonic-buildimage debian packages for ubuntu22.04"
Loading