Skip to content

Commit e0691c5

Browse files
committed
Renamed CI folder and files and added README
Signed-off-by: Fulvio Risso <fulvio.risso@polito.it>
1 parent 6a22b44 commit e0691c5

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed
File renamed without changes.

CI/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Scripts for Continuous Integration
2+
3+
This folder contains the scripts that are used by Polycube continuous integration system, currently based on Jenkins.
4+
5+
- ``JenkinsfileTestBuild``: checks if the build script works.
6+
- ``JenkinsfileTestCleanInstance``: builds Polycube and runs all tests (both the ones related to the framework and the ones specific for each individual service). Polycubed is restarted at the end of each test.
7+
- ``JenkinsfileTestSameInstance``: builds Polycube and runs all tests (both the ones related to the framework and the ones specific for each individual service). Polycubed is never restarted; a single instance runs all tests.
8+
- ``JenkinsfileTestIptables``: builds pcn-iptables and runs all tests related to this component.
9+

0 commit comments

Comments
 (0)