Skip to content

Commit

Permalink
BUILD-6583: migrate from CirrusCI-8 cluster (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedinasr authored and vdiez committed Nov 14, 2024
1 parent d0307df commit e9ad482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("github.com/SonarSource/cirrus-modules@v3", "load_features")

def main(ctx):
return load_features(ctx, aws=dict(cluster_name="CirrusCI-8"))
return load_features(ctx)
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void should_log_memory_config() {
assertThat(buildResult.isSuccess()).isTrue();
assertThat(buildResult.getLogs()).contains("Configured Node.js --max-old-space-size=500000.");
var osMem = Pattern.compile(
".*Memory configuration: OS \\(\\d+ MB\\), Node.js \\(\\d+ MB\\)\\..*",
".*Memory configuration: OS \\(\\d+ MB\\),.*",
Pattern.DOTALL
);
assertThat(buildResult.getLogs()).matches(osMem);
Expand Down

0 comments on commit e9ad482

Please sign in to comment.