Skip to content

Commit

Permalink
Merge pull request #108 from gradle/erichaagdev/use-ubuntu-latest
Browse files Browse the repository at this point in the history
Use `ubuntu-latest` runners for Apache Beam and Spring Boot experiments
  • Loading branch information
erichaagdev authored Jul 12, 2024
2 parents 9db3986 + 24c1a94 commit 3b57310
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/run-experiments-apache-beam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
- experimentId: 2
- experimentId: 3

runs-on:
# This `runs-on` configuration utilize larger GitHub Actions hosted runners. This build does not successfully
# complete on the default runners.
# Using this label incurs extra costs, so please do not copy/paste this configuration.
labels: ubuntu-latest-4core
group: gradle-enterprise-oss-projects
runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.3.1
with:
docker-images: false
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/run-experiments-spring-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
- experimentId: 2
- experimentId: 3

runs-on:
# This `runs-on` configuration utilize larger GitHub Actions hosted runners. This build does not successfully
# complete on the default runners.
# Using this label incurs extra costs, so please do not copy/paste this configuration.
labels: ubuntu-latest-4core
group: gradle-enterprise-oss-projects
runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.3.1
with:
docker-images: false
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 3b57310

Please sign in to comment.