-
Notifications
You must be signed in to change notification settings - Fork 150
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
Monorepo for server-side components #417
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
achimnol
added
area:infrastructure
Infrastructure-related issues
type:maintenance
Maintenance issue.
labels
Apr 27, 2022
* TODO: let towncrier auto-detect it
* Just put any 3rd-party dependency into requirements.txt and pants will generate the packages with actual dependencies by analyzing all imports in each distribution codebase.
- It single-sources the version number from VERSION. - It takes the description, license, name from kwargs. - It validates the package name to start with "backend.ai-". - It takes the long-description from package-specific README.
* When Docker is installed via Snap, it must be 20.10.15 or later to have a working `docker compose` (v2) plugin with `sudo`. * Remove the auto-install routine but just show the guides
This was referenced Jul 18, 2022
Closed
This was referenced Oct 26, 2022
achimnol
added a commit
that referenced
this pull request
Nov 22, 2022
achimnol
added a commit
that referenced
this pull request
Nov 24, 2022
…891) * test: Add tests for `common.docker.get_docker_connector()` * test: Migrate the client SDK test suite (missing in #417...) * style: Apply black & isort to the newly migrated client test codes * fix: Merge `ai.backend.client.test_utils` to `ai.backend.testutils` * ci: Use larger action runners (8 cores) for typecheck, test, and coverage workflows * test: Update vfolder download retry header check and test code * feat: Add allowlist/blocklist in `cli.loader.load_entry_points()` - In pex-based test environments, there are no manager/agent/etc. CLI entrypoints importable but scanned via `ai.backend.plug.entrypoint`. We need to import only `ai.backend.client.cli` for the client test suite. * ci: Adopt `pytest-custom_exit_code` - Pants treats any non-zero exit code as a failure. Since Pants executes the test suite module-by-module, some test modules that only contains integration tests results in "no tests collected" (exit code 5) response from pytest processes, which is a bogus error. Co-authored-by: Sanghun Lee <sanghun@lablup.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:infrastructure
Infrastructure-related issues
size:XL
500~ LoC
type:maintenance
Maintenance issue.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a testing/preparation of mono-repository of server-side components.