Skip to content

Commit cc34fab

Browse files
authored
Merge pull request #195 from polycube-network/frisso-ci-fixes
Renamed CI folder and files and added README
2 parents 6a22b44 + e0691c5 commit cc34fab

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)