From 0e7546d3ffb0d654cee31f88cd61082962927898 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Fri, 10 May 2024 18:16:39 +0000 Subject: [PATCH] configure part of the monorepo to host MODEL-AD --- .github/ISSUE_TEMPLATE/1-bug.yml | 1 + .github/ISSUE_TEMPLATE/2-feature.yml | 1 + .github/ISSUE_TEMPLATE/3-documentation.yml | 1 + .github/ISSUE_TEMPLATE/4-story.yml | 1 + dev-env.sh | 4 ++++ 5 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 8ea4a1128b..1d17d1cea0 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -22,6 +22,7 @@ body: options: - Agora - iAtlas + - MODEL-AD - OpenChallenges - Sage Monorepo - Schematic diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index 4bdf9c1696..fc732344be 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -11,6 +11,7 @@ body: options: - Agora - iAtlas + - MODEL-AD - OpenChallenges - Sage Monorepo - Schematic diff --git a/.github/ISSUE_TEMPLATE/3-documentation.yml b/.github/ISSUE_TEMPLATE/3-documentation.yml index bb305b52db..d36d9a04b1 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation.yml +++ b/.github/ISSUE_TEMPLATE/3-documentation.yml @@ -11,6 +11,7 @@ body: options: - Agora - iAtlas + - MODEL-AD - OpenChallenges - Sage Monorepo - Schematic diff --git a/.github/ISSUE_TEMPLATE/4-story.yml b/.github/ISSUE_TEMPLATE/4-story.yml index 1299f32815..116ef59dce 100644 --- a/.github/ISSUE_TEMPLATE/4-story.yml +++ b/.github/ISSUE_TEMPLATE/4-story.yml @@ -11,6 +11,7 @@ body: options: - Agora - iAtlas + - MODEL-AD - OpenChallenges - Sage Monorepo - Schematic diff --git a/dev-env.sh b/dev-env.sh index d85ca0aba7..2898cd86a1 100644 --- a/dev-env.sh +++ b/dev-env.sh @@ -77,6 +77,10 @@ function openchallenges-infra { node dist/apps/openchallenges/infra/src/main.js "$@" } +function model-ad-build-images { + nx run-many --target=build-image --projects=model-ad-* --parallel=3 +} + function openchallenges-build-images { nx run-many --target=build-image --projects=openchallenges-* --parallel=3 }