blob: ada803c587ae9b1a0c03cac6568c5e245eb8e4e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
* set-functest-env-alpine: prepare en environement files
* 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
|