Skip to content

Commit

Permalink
Revert "Fix for unexistent package msbuild in latest ubuntu images"
Browse files Browse the repository at this point in the history
  • Loading branch information
tssurya authored Dec 18, 2024
1 parent 36422b4 commit 78974ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# separate job for parallelism
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:

build-master:
name: Build-master
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Create a cache for the built master image
- name: Restore master image cache
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

build-pr:
name: Build-PR
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Create a cache for the build PR image
- name: Restore PR image cache
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
ovn-upgrade-e2e:
name: Upgrade OVN from Master to PR branch based image
if: github.event_name != 'schedule'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 120
needs:
- build-master
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
azure-cli aspnetcore-* dotnet-* ghc-* firefox \
google-chrome-stable \
llvm-* microsoft-edge-stable mono-* \
mysql-server-core-* php-* php7* \
msbuild mysql-server-core-* php-* php7* \
powershell temurin-* zulu-*
- name: Download test-image-master
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:

e2e:
name: e2e
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# 30 mins for kind, 180 mins for control-plane tests, 10 minutes for all other steps
timeout-minutes: 220
strategy:
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
azure-cli aspnetcore-* dotnet-* ghc-* firefox \
google-chrome-stable \
llvm-* microsoft-edge-stable mono-* \
mysql-server-core-* php-* php7* \
msbuild mysql-server-core-* php-* php7* \
powershell temurin-* zulu-*
- name: Setup /mnt/runner directory
Expand Down Expand Up @@ -605,7 +605,7 @@ jobs:
e2e-dual-conversion:
name: e2e-dual-conversion
if: github.event_name != 'schedule'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -652,7 +652,7 @@ jobs:
azure-cli aspnetcore-* dotnet-* ghc-* firefox \
google-chrome-stable \
llvm-* microsoft-edge-stable mono-* \
mysql-server-core-* php-* php7* \
msbuild mysql-server-core-* php-* php7* \
powershell temurin-* zulu-*
- name: Disable ufw
Expand Down

0 comments on commit 78974ad

Please sign in to comment.