Skip to content

Commit

Permalink
Revert "[CI] Enable non time sensitive performance regression checks"
Browse files Browse the repository at this point in the history
This reverts commit ca15aab since it's
causing CI failures. We need to investigate more and re-enable once the
tests are more reliable.

Relates to Karm/mandrel-integration-tests#226
  • Loading branch information
zakkak committed Dec 5, 2023
1 parent 01ab775 commit 6ec57b8
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: non_time_sensitive
FAIL_ON_PERF_REGRESSION: false
# 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: non_time_sensitive
FAIL_ON_PERF_REGRESSION: false
# USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
timeout-minutes: 80
strategy:
Expand Down

0 comments on commit 6ec57b8

Please sign in to comment.