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

Improve test/dockerimage pipeline speed #44

Open
ibot3 opened this issue Jan 12, 2023 · 0 comments
Open

Improve test/dockerimage pipeline speed #44

ibot3 opened this issue Jan 12, 2023 · 0 comments

Comments

@ibot3
Copy link
Contributor

ibot3 commented Jan 12, 2023

The current dockerimage pipeline takes longer than required.

The test task builds the image and the push task builds the same image again but also pushes it to the registry afterwards.

We should either

  • Just remove the test task -> The result would be the same because the build will fail if the tests fail
  • Only run the tests in the test task, without building the image
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

No branches or pull requests

1 participant