Skip to content

Commit

Permalink
Added testing kts scripts for gradle data capturing samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish committed Aug 6, 2024
1 parent 5b20205 commit 4c79583
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/gradle-data-capturing-samples-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,44 @@ jobs:
include:
- name: 'Develocity Gradle plugin version'
sample-file: 'capture-develocity-plugin-version/gradle-develocity-plugin-version.gradle'
- name: 'Develocity Gradle plugin version (Kotlin DSL)'
sample-file: 'capture-develocity-plugin-version/gradle-develocity-plugin-version.gradle.kts'
- name: 'Git diffs'
sample-file: 'capture-git-diffs/gradle-git-diffs.gradle'
- name: 'Git diffs (Kotlin DSL)'
sample-file: 'capture-git-diffs/gradle-git-diffs.gradle.kts'
- name: 'Max parallel forks'
sample-file: 'capture-max-parallel-forks/gradle-max-parallel-forks.gradle'
- name: 'Max parallel forks (Kotlin DSL)'
sample-file: 'capture-max-parallel-forks/gradle-max-parallel-forks.gradle.kts'
- name: 'OS processes'
sample-file: 'capture-os-processes/gradle-os-processes.gradle'
- name: 'OS processes (Kotlin DSL)'
sample-file: 'capture-os-processes/gradle-os-processes.gradle.kts'
- name: 'Processor arch'
sample-file: 'capture-processor-arch/gradle-processor-arch.gradle'
- name: 'Processor arch (Kotlin DSL)'
sample-file: 'capture-processor-arch/gradle-processor-arch.gradle.kts'
- name: 'Quality checks'
sample-file: 'capture-quality-check-issues/gradle-quality-check-issues.gradle'
- name: 'Quality checks (Kotlin DSL)'
sample-file: 'capture-quality-check-issues/gradle-quality-check-issues.gradle.kts'
- name: 'Slow tasks'
sample-file: 'capture-slow-workunit-executions/gradle-slow-task-executions.gradle'
- name: 'Slow tasks (Kotlin DSL)'
sample-file: 'capture-slow-workunit-executions/gradle-slow-task-executions.gradle.kts'
- name: 'Test task system properties'
sample-file: 'capture-test-execution-system-properties/gradle-test-execution-system-properties.gradle'
- name: 'Test task system properties (Kotlin DSL)'
sample-file: 'capture-test-execution-system-properties/gradle-test-execution-system-properties.gradle.kts'
- name: 'Test PTS support'
sample-file: 'capture-test-pts-support/gradle-test-pts-support.gradle'
- name: 'Test PTS support (Kotlin DSL)'
sample-file: 'capture-test-pts-support/gradle-test-pts-support.gradle.kts'
- name: 'Thermal throttling'
sample-file: 'capture-thermal-throttling/gradle-thermal-throttling.gradle'
- name: 'Thermal throttling (Kotlin DSL)'
sample-file: 'capture-thermal-throttling/gradle-thermal-throttling.gradle.kts'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4c79583

Please sign in to comment.