Skip to content

Commit

Permalink
configure part of the monorepo to host MODEL-AD
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed May 10, 2024
1 parent 6faa151 commit 0e7546d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/4-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
4 changes: 4 additions & 0 deletions dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0e7546d

Please sign in to comment.