Skip to content

Commit

Permalink
Merge pull request #110 from gradle/erichaagdev/housekeeping
Browse files Browse the repository at this point in the history
Rename workflows, fix formatting, and OSS project list
  • Loading branch information
erichaagdev authored Jul 19, 2024
2 parents e8e91f3 + 7095304 commit e102413
Show file tree
Hide file tree
Showing 52 changed files with 85 additions and 240 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-experiments-androidx.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: AndroidX biometric
name: AndroidX Biometric

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -16,15 +15,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 8
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/run-experiments-apache-beam.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Beam
name: Apache Beam

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Free disk space
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-calcite.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Calcite
name: Apache Calcite

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -15,15 +14,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -63,4 +60,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-geode.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Geode
name: Apache Geode

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 8
Expand Down Expand Up @@ -68,4 +65,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-groovy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Groovy
name: Apache Groovy

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -62,4 +59,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
5 changes: 1 addition & 4 deletions .github/workflows/run-experiments-apache-james.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - James
name: Apache James

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,14 +13,12 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2

runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-jmeter.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - JMeter
name: Apache JMeter

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -68,4 +65,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-kafka.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Kafka
name: Apache Kafka

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -68,4 +65,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-lucene.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Lucene
name: Apache Lucene

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -65,4 +62,4 @@ jobs:
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
enableGradleEnterprise: true
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-ofbiz.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - OFBiz
name: Apache OFBiz

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -62,4 +59,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-openwhisk.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - OpenWhisk
name: Apache OpenWhisk

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
Expand Down Expand Up @@ -62,4 +59,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
7 changes: 2 additions & 5 deletions .github/workflows/run-experiments-apache-samza.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Apache - Samza
name: Apache Samza

on:
schedule:
# Every Sunday at 9.00am
- cron: "0 9 * * 0"

workflow_dispatch:

env:
Expand All @@ -14,15 +13,13 @@ env:

jobs:
Experiment:

strategy:
fail-fast: false
matrix:
include:
- experimentId: 1
- experimentId: 2
- experimentId: 3

runs-on: ubuntu-latest
steps:
- name: Set up JDK 8
Expand Down Expand Up @@ -62,4 +59,4 @@ jobs:
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 3
if: matrix.experimentId == 3
Loading

0 comments on commit e102413

Please sign in to comment.