Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(Makefile): enhance Instill Core launch #377

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Conversation

pinglin
Copy link
Member

@pinglin pinglin commented Oct 25, 2023

Because

  • the core repo is treated as the main Instill Core repo
  • make all/latest now by default will launch all projects without building all components images from scratch
  • make all/latest PROJECT={core,vdp,model} will launch the specified projects
  • make all/latest BUILD=true will launch all projects and build all components from scratch
  • make down will tear down everything in Instill Core
  • make all/latest {BUILD=true} in the vdp and model repo will launch their dependent core
  • make down in the vdp and model repo will tear down everything in Instill Core

This commit

  • implement the above-mentioned logics

@pinglin pinglin merged commit 0e83de1 into main Oct 25, 2023
26 of 27 checks passed
@pinglin pinglin deleted the pinglin/ci-makefile branch October 25, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants