aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_amd64.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-03-13contrib/jenkins_amd64.sh: remove FreeBSD specific quirksVadim Yanitskiy1-7/+1
We don't run build verification on FreeBSD anymore. Change-Id: Ia3a9a49cade453a937ee230163ca44930a39d639
2020-10-13contrib: jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-1/+1
Related: OS#4421 Change-Id: I4db992d599bd5cdc16a58729695654d1b759b682
2019-07-11contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
Related: OS#3047 Change-Id: Ic147678e7906a8b9ad7fac8367602b656f4172e6
2019-01-29jenkins distcheck: enable external testsNeels Hofmeyr1-1/+2
It was recently discovered that logging_vty_test.vty was missing from EXTRA_DIST. To make sure we don't forget similar files in the future, add python tests to 'make distcheck', by means of DISTCHECK_CONFIGURE_FLAGS. Related: I1bcedf3097f02b2adc679560d1cbceb27dbc345e Change-Id: Id569b2a932c1428cabb4d7ff17822cff8eee02af
2018-09-13jenkins: add --enable-external-testsNeels Hofmeyr1-1/+2
Run the new logging_vty_test.vty VTY transcript test in our CI. Change-Id: Ic4ec1f6c131da50b3956f16f0b49375f387196b3
2018-03-13jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-1/+1
Note that the jenkins_arm.sh passes various CFLAGS and potentially overwrites ./configure internal CFLAGS like that. I'm staying out of that for now. Change-Id: I81b50c39cd6e908c4c95651829b679425de87a28
2018-01-24jenkins: move make invocation into shared functionMax1-3/+3
Change-Id: Ied8c1085b8bee2cc4fa65592e805838b8cdae287
2018-01-18jenkins: add dispatcher scriptMax1-0/+33
Similar to the way we test osmo-bts, add simple dispatcher script which calls appropriate test depending on a given parameter. This will allow to simplify the job description. While at it, also rename jenkins-arm.sh -> jenkins_arm.sh to match the OsmoBTS. The older scripts are preserved for compatibility and shall be removed once we update job description in osmo-ci. Change-Id: I2955e866bce4f000a53369bd601a346c36c82468