Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 20, 2023
1 parent 69b64a7 commit a6e577d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java-version: ['11', '15', '17', '19', '21']
java-version: ['11', '17', '19', '21']

steps:
- uses: actions/checkout@v3
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/java-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
init_performance_threshold_sec: 2.0
proc_performance_threshold_sec: 0.7
- os: windows-latest
init_performance_threshold_sec: 2.5
init_performance_threshold_sec: 4.0
proc_performance_threshold_sec: 0.9
- os: macos-latest
init_performance_threshold_sec: 2.5
init_performance_threshold_sec: 4.5
proc_performance_threshold_sec: 1.9
- os: windows-latest
init_performance_threshold_sec: 4.0
proc_performance_threshold_sec: 0.9

steps:
Expand All @@ -64,20 +64,20 @@ jobs:
machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson]
include:
- machine: rpi3-32
init_performance_threshold_sec: 7.6
proc_performance_threshold_sec: 3.3
init_performance_threshold_sec: 9.6
proc_performance_threshold_sec: 4.8
- machine: rpi3-64
init_performance_threshold_sec: 8.4
proc_performance_threshold_sec: 3.3
init_performance_threshold_sec: 10.0
proc_performance_threshold_sec: 5.0
- machine: rpi4-32
init_performance_threshold_sec: 5.7
proc_performance_threshold_sec: 2.1
init_performance_threshold_sec: 7.0
proc_performance_threshold_sec: 2.5
- machine: rpi4-64
init_performance_threshold_sec: 5.1
proc_performance_threshold_sec: 2.0
init_performance_threshold_sec: 7.0
proc_performance_threshold_sec: 2.5
- machine: jetson
init_performance_threshold_sec: 5.1
proc_performance_threshold_sec: 2.0
init_performance_threshold_sec: 7.0
proc_performance_threshold_sec: 2.6

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java-version: ['11', '15', '17', '19', '21']
java-version: ['11', '17', '19', '21']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a6e577d

Please sign in to comment.