From 26a01b0228b3acc50df212a3e42f46cb9e80e228 Mon Sep 17 00:00:00 2001 From: Valentin Berlier Date: Sun, 5 Nov 2023 23:18:16 +0100 Subject: [PATCH] chore: remove isolated environment for now --- infra/cloud-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/infra/cloud-config.yaml b/infra/cloud-config.yaml index b81bda9..247e707 100644 --- a/infra/cloud-config.yaml +++ b/infra/cloud-config.yaml @@ -59,13 +59,6 @@ write_files: "isolated": false, "path": "https://github.com/mcbeet/beet-bot.git#main:docker/runner-default", "overrides": ["meta.json_reporter.binary_files = true"] - }, - "isolated": { - "warmup": 2, - "timeout": 30000, - "isolated": true, - "path": "https://github.com/mcbeet/beet-bot.git#main:docker/runner-default", - "overrides": ["meta.json_reporter.binary_files = true"] } } }