Description
our CI is using deploy in the iTest artifacts build. The issue is that {[deploy}} is bound to integration-test hence will execute new integration tests automatically. This will be running tests involving network and services manipulations on the shared build machines.
I suggest we only bind these tests to verify goal, which will let us to avoid running such tests as a part of deploy.
Attachments
Attachments
Issue Links
- relates to
-
BIGTOP-1590 Add a functionality to run integration tests for itest
- Resolved