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

Docker runner implementation #1

Merged
merged 8 commits into from
May 6, 2021
Merged

Conversation

Korulag
Copy link
Contributor

@Korulag Korulag commented May 1, 2021

Implemented a simple test solution using Docker containers.

Currently the system can do the following:

  • Request package installation test;
  • Get task results.

Supported architectures are dependent on the host, so running Celery worker on ARM64 machine will allow to test ARM64 packages.

Vasily Kleschov added 7 commits April 13, 2021 20:26
- Celery worker implemented and works;
- Web app implemented (no auth for now);
- Local deployment is ready (via docker-compose).
This commit brings the following features:
- Configuration options could be provided via YAML-formatted config
  files;
- Added authorization using JWT.
@Korulag Korulag requested a review from ezamriy May 1, 2021 12:38
@Korulag Korulag merged commit 438b9e8 into master May 6, 2021
@soksanichenko soksanichenko deleted the docker_runner_implementation branch August 4, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant