GitHub user tenthe added a comment to the discussion: Setup docker dev deployment on a daily basis
My suggestion would be to run the static code validations (e.g. license header checks, linting) and additionally the unit test on every commit. For PRs, we can additionally run the smoke e2e tests. During the nightly build, we can then run the integration test and all the e2e tests, and if everything was successful, we push the Docker snapshot containers to the registry.What do you think of this? If you like the idea, we can discuss what commands need to be executed to perform the appropriate validations for the different parts (e.g. UI, backend, Python). GitHub link: https://github.com/apache/streampipes/discussions/1062#discussioncomment-4645568 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
