From 3bc0b0f0b83bf2e57b17eaa9ad23d6db5c0911c6 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 12 Apr 2023 12:30:33 +0530 Subject: [PATCH] WIP: config for multi branch testing --- environments/development.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/environments/development.conf b/environments/development.conf index b5c33926..775280d6 100644 --- a/environments/development.conf +++ b/environments/development.conf @@ -6,6 +6,12 @@ "image": "ocaml/opam:debian-11-ocaml-4.14", "bench_repo": "https://github.com/ocurrent/current-bench" }, + { + "name": "punchagan/current-bench", + "worker": "autumn", + "image": "ocaml/opam:debian-11-ocaml-4.14", + "branches": ["main", "multi-branch-old"] + }, { "name": "local/test", "worker": "autumn",