We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf6a4d commit b8474ebCopy full SHA for b8474eb
packages/cli-v3/e2e/utils.ts
@@ -314,6 +314,15 @@ export async function executeTestCaseRun({
314
version: "1.0.0",
315
contentHash,
316
},
317
+ machine: {
318
+ name: "small-1x",
319
+ cpu: 1,
320
+ memory: 256,
321
+ centsPerMs: 0.0000001,
322
+ },
323
+ }).initialize();
324
+
325
+ const result = await taskRunProcess.execute({
326
payload: {
327
traceContext: {
328
traceparent: "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
@@ -374,10 +383,6 @@ export async function executeTestCaseRun({
374
383
messageId: "run_1234",
375
384
});
376
385
377
- await taskRunProcess.initialize();
378
-
379
- const result = await taskRunProcess.execute();
380
381
386
await taskRunProcess.cleanup(true);
382
387
388
return {
0 commit comments