Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PreCommit Kotlin Examples #16

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
73ad818
recongig kotlin-master1 branch
aleksandr-dudko Jul 20, 2023
1cd796b
retest
aleksandr-dudko Jul 20, 2023
de8de82
timeout-minutes: 15
aleksandr-dudko Jul 20, 2023
bd6c4a1
timeout-minutes: 15
aleksandr-dudko Jul 20, 2023
b7e907a
timeout-minutes: 15
aleksandr-dudko Jul 20, 2023
e64ffbc
Cache
aleksandr-dudko Jul 20, 2023
b922634
Cache
aleksandr-dudko Jul 20, 2023
b4aac6a
Cache Gradle dependencies
aleksandr-dudko Jul 20, 2023
7fad451
Cache Gradle dependencies
aleksandr-dudko Jul 20, 2023
6650b35
Add cron
aleksandr-dudko Jul 20, 2023
8ef3ab2
Add cron
aleksandr-dudko Jul 20, 2023
36835fc
Gradle
aleksandr-dudko Jul 20, 2023
20bb9a1
Gradle
aleksandr-dudko Jul 20, 2023
ed94b3f
Gradle
aleksandr-dudko Jul 20, 2023
481b198
Gradle
aleksandr-dudko Jul 20, 2023
f263e22
Gradle
aleksandr-dudko Jul 20, 2023
e4d7bea
cache: 'maven'
aleksandr-dudko Jul 20, 2023
35822c2
cache: 'maven'
aleksandr-dudko Jul 20, 2023
078fa24
cache: 'maven'
aleksandr-dudko Jul 20, 2023
1e98561
cache: 'maven'
aleksandr-dudko Jul 20, 2023
16f0492
Cache local Maven repository
aleksandr-dudko Jul 20, 2023
5d9c0f6
Cache local Maven repository
aleksandr-dudko Jul 20, 2023
9d168e5
Cache local Maven repository
aleksandr-dudko Jul 20, 2023
cb3e2dc
Cache local Maven repository
aleksandr-dudko Jul 20, 2023
5bda540
Cache local Maven repository
aleksandr-dudko Jul 21, 2023
e29410a
retest
aleksandr-dudko Jul 21, 2023
9b32795
Update Java
aleksandr-dudko Jul 25, 2023
ee21e94
Update Java Retest Kotlin
aleksandr-dudko Jul 25, 2023
1e1dcdf
Update Java Retest Kotlin
aleksandr-dudko Jul 25, 2023
1d68723
Add Authenticate on GCP
aleksandr-dudko Jul 25, 2023
9a97113
Add Authenticate on GCP
aleksandr-dudko Jul 25, 2023
0e20686
revert Add Authenticate on GCP
aleksandr-dudko Jul 25, 2023
d2285d7
revert Add Authenticate on GCP
aleksandr-dudko Jul 25, 2023
ca31422
Test PreCommit Java Spark3 Versions
aleksandr-dudko Jul 25, 2023
d401801
Test Kotlin
aleksandr-dudko Jul 25, 2023
e4df81c
Retest kotlin
aleksandr-dudko Jul 25, 2023
5fd403b
Retest kotlin
aleksandr-dudko Jul 25, 2023
4e49ca3
Retest Kotlin examples
aleksandr-dudko Jul 25, 2023
b2dcc18
Retest Kotlin examples.
aleksandr-dudko Jul 25, 2023
fb7096b
Retest Kotlin examples.
aleksandr-dudko Jul 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions .github/workflows/beam_PreCommit_Kotlin_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ on:
- 'release/**'
issue_comment:
types: [created]
# schedule:
# - cron: '* */6 * * *'

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
schedule:
- cron: '* */6 * * *'

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
Expand All @@ -64,6 +59,11 @@ permissions:
security-events: read
statuses: read

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
beam_PreCommit_Kotlin_Examples:
name: beam_PreCommit_Kotlin_Examples
Expand All @@ -74,10 +74,10 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Kotlin_Examples PreCommit'
steps:
- name: Git checkout
- name: Check out repository code
uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.sha}}
ref: ${{ github.event.pull_request.head.sha }}
- name: Rerun on comment
if: github.event.comment.body == 'Run Kotlin_Examples PreCommit'
uses: ./.github/actions/rerun-job-action
Expand All @@ -87,15 +87,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ github.job }}
github_current_run_id: ${{ github.run_id }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-read-only: false
- name: Install Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '8'
cache: 'gradle'
check-latest: true
- name: run Kotlin Examples script
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
2 changes: 1 addition & 1 deletion model/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

reviewers:
- herohde
- lukecwik
- lukecwik