-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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_engine_test: Add more OSes #358
Conversation
Fixes: #356 Signed-off-by: Simarpreet Singh <simar@linux.com>
Would you add all OSes which the following tests? Also, we need to watch the test time since CircleCI has a limitation of 200 minutes. |
I can but I feel it will make the test longer than we'd like it to be, so I added one of each kind. Currently it took about ~4 minutes on my machine to run them all. Is the CircleCI limit per month or per week? Have a link to it? |
Yes, I agree. It might be better to do other integration tests on GitHub Actions. Here is the link. It is not 200 min, but 250 min per week. |
Signed-off-by: Simarpreet Singh <simar@linux.com>
* docker_engine_test: Add more OSes Fixes: aquasecurity#356 Signed-off-by: Simarpreet Singh <simar@linux.com> * integration: Add all OSes for docker mode. Signed-off-by: Simarpreet Singh <simar@linux.com>
* docker_engine_test: Add more OSes Fixes: #356 Signed-off-by: Simarpreet Singh <simar@linux.com> * integration: Add all OSes for docker mode. Signed-off-by: Simarpreet Singh <simar@linux.com>
Fixes: #356
Signed-off-by: Simarpreet Singh simar@linux.com