From af88edaf0015372629ea3c814824f132d5ef3100 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl Date: Fri, 29 Sep 2023 11:30:45 +0200 Subject: [PATCH] Downgrade github runner --- .gitattributes | 2 -- .github/workflows/ci-build.yml | 6 +----- .../workflows/release_droid_prepare_original_checksum.yml | 6 +----- .project-keeper.yml | 3 +++ 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6f0b993..7e979c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,6 @@ dependencies.md linguist-genera doc/changes/changelog.md linguist-generated=true .github/workflows/broken_links_checker.yml linguist-generated=true .github/workflows/ci-build-next-java.yml linguist-generated=true -.github/workflows/ci-build.yml linguist-generated=true .github/workflows/dependencies_check.yml linguist-generated=true -.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true .github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true .github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7c42d6d..47d57c5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -8,15 +8,11 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # UDFs fail with "VM error: Internal error: VM crashed" on ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true steps: - - name: Free Disk Space - run: | - sudo rm -rf /usr/local/lib/android - sudo rm -rf /usr/share/dotnet - name: Checkout the repository uses: actions/checkout@v4 with: diff --git a/.github/workflows/release_droid_prepare_original_checksum.yml b/.github/workflows/release_droid_prepare_original_checksum.yml index aa0f78f..e7381af 100644 --- a/.github/workflows/release_droid_prepare_original_checksum.yml +++ b/.github/workflows/release_droid_prepare_original_checksum.yml @@ -5,12 +5,8 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # UDFs fail with "VM error: Internal error: VM crashed" on ubuntu-latest steps: - - name: Free Disk Space - run: | - sudo rm -rf /usr/local/lib/android - sudo rm -rf /usr/share/dotnet - name: Checkout the repository uses: actions/checkout@v4 with: diff --git a/.project-keeper.yml b/.project-keeper.yml index 1297b39..d1ed13d 100644 --- a/.project-keeper.yml +++ b/.project-keeper.yml @@ -5,3 +5,6 @@ sources: - integration_tests - udf_coverage - jar_artifact +excludes: + - "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'" + - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'"