From 840cbc91ea581d4c07c9e380487ea091e05d00f5 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 19 Sep 2024 07:57:00 +0300 Subject: [PATCH] Run on ubuntu-20.04 --- .github/workflows/pulsar-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml index dd93003eecce6..0042405fa5e18 100644 --- a/.github/workflows/pulsar-ci.yaml +++ b/.github/workflows/pulsar-ci.yaml @@ -944,7 +944,7 @@ jobs: system-tests: name: CI - System - ${{ matrix.name }} - runs-on: ubuntu-22.04 + runs-on: ${{ matrix.runs-on || 'ubuntu-22.04' }} timeout-minutes: 60 needs: ['preconditions', 'pulsar-test-latest-version-image'] if: ${{ needs.preconditions.outputs.docs_only != 'true' }} @@ -978,6 +978,8 @@ jobs: - name: Pulsar IO group: PULSAR_IO clean_disk: true + # run on ubuntu-20.04 to avoid mssql server image crash + runs-on: ubuntu-20.04 steps: - name: checkout