Skip to content

Commit

Permalink
adapt to jrhee17 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 24, 2023
1 parent a527416 commit d643e4f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ env:

jobs:
build:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ${{ matrix.on }}
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
on: [ self-hosted, macos-12, windows-latest ]
on: [ ubuntu-latest, macos-12, windows-latest ]
java: [ 19 ]
include:
- java: 8
on: self-hosted
on: ubuntu-latest
- java: 11
on: self-hosted
on: ubuntu-latest
- java: 17
on: self-hosted
on: ubuntu-latest
leak: true
- java: 17
on: self-hosted
on: ubuntu-latest
min-java: 11
- java: 17
on: self-hosted
on: ubuntu-latest
min-java: 17
coverage: true
- java: 19
on: self-hosted
on: ubuntu-latest
snapshot: true
# blockhound makes the build run about 10 minutes slower
blockhound: true
Expand Down Expand Up @@ -210,8 +210,8 @@ jobs:
retention-days: 3

lint:
if: github.repository == 'line/armeria'
runs-on: self-hosted
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand All @@ -231,7 +231,7 @@ jobs:
./gradlew --no-daemon --stacktrace --max-workers=8 --parallel lint
site:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
# ubuntu-latest is preferred for site job.
# node_modules need complicated dependencies that are difficult to install on self-hosted runners.
runs-on: ubuntu-latest
Expand Down Expand Up @@ -260,8 +260,8 @@ jobs:
shell: bash

flaky-tests:
if: github.repository == 'line/armeria'
runs-on: self-hosted
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle-enterprise-postjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
jobs:
upload-gradle-build-scan:
name: Upload Gradle build scans
if: github.repository == 'line/armeria'
runs-on: self-hosted
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
fail-fast: false
matrix:
on: [ self-hosted, macos-12, windows-latest ]
on: [ ubuntu-latest, macos-12, windows-latest ]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-suffixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
update-psl:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
jobs:
publish:
name: Publish final artifacts
if: github.repository == 'line/armeria'
runs-on: self-hosted
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
publish-site:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d643e4f

Please sign in to comment.