Skip to content

Commit

Permalink
[CI] Enable non time sensitive performance regression checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Nov 22, 2023
1 parent d52e3c2 commit ca15aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ jobs:
# leave more space for the actual native compilation and execution
MAVEN_OPTS: -Xmx1g
# Don't perform performance checks since GH runners are not that stable
FAIL_ON_PERF_REGRESSION: false
FAIL_ON_PERF_REGRESSION: non_time_sensitive
# USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
timeout-minutes: 40
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ jobs:
# leave more space for the actual native compilation and execution
MAVEN_OPTS: -Xmx1g
# Don't perform performance checks since GH runners are not that stable
FAIL_ON_PERF_REGRESSION: false
FAIL_ON_PERF_REGRESSION: non_time_sensitive
# USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
timeout-minutes: 80
strategy:
Expand Down

0 comments on commit ca15aab

Please sign in to comment.