blob: f3901d867c5b5a7c6d13ae616e62cb32647c6644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Integration in CI
=================
In CI we use the Docker images and execute the appropriate commands within the
container from Jenkins.
4 steps have been defined::
* functest-cleanup: clean existing functest dockers on the jumphost
* functest-daily: run dockers opnfv/functest-* (healthcheck, smoke, features, vnf)
* functest-store-results: push logs to artifacts
See `[3]`_ for details.
.. _`[3]`: https://git.opnfv.org/releng/tree/jjb/functest/functest-daily-jobs.yml
|