clixon/test/cicd
2020-04-05 12:25:33 +02:00
..
cicd.sh extension search index 2020-02-20 15:08:25 +01:00
cligen-mk.sh Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon-config.sh Very large commit for upcoming 4.4 release 2020-02-02 15:52:30 +01:00
clixon-mk.sh In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install. 2020-04-05 12:25:33 +02:00
Makefile.in cicd tests 2020-02-02 18:46:18 +01:00
README.md cicd tests 2020-02-02 18:46:18 +01:00

CICD scripts

Manual scripts for running committed code on a set of hosts.

The script then uses a Makefile and logs in to each host, pulls from git, configure, makes and runs through the tests. Make is used to get concurrency - non-trivial with bash, eg with make -j 10

Note there are other cicd scripts than this, such as the the "travis" scrips.

The Makefile contains a configurable HOSTS variable, which ius defined in a "hosts" file. You must add such a file, eg:

   HOSTS += vandal.hagsand.com # i86_32 ubuntu

Logs appear in : .log.