Skip to content

Commit

Permalink
Merge pull request #13309 from rhamilto/CONSOLE-3740
Browse files Browse the repository at this point in the history
CONSOLE-3740: Address memory issues in CI
  • Loading branch information
openshift-merge-bot[bot] committed Nov 8, 2023
2 parents 1560e63 + bda6c19 commit 802c16e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
2 changes: 2 additions & 0 deletions frontend/packages/integration-tests-cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ module.exports = defineConfig({
supportFile: 'support/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ module.exports = defineConfig({
supportFile: '../../integration-tests-cypress/support/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ module.exports = defineConfig({
supportFile: 'support/commands/index.ts',
baseUrl: 'http://localhost:9000',
testIsolation: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25,
},
});

0 comments on commit 802c16e

Please sign in to comment.