Commit graph

221 commits

Author SHA1 Message Date
Lubomir Rintel
bbd23fcce4 contrib/rh-bkr: update RHEL 2015-07-01 16:56:06 +02:00
Lubomir Rintel
79b968f652 contrib/rh-bkr: blacklist more wireless machines 2015-07-01 16:56:06 +02:00
Lubomir Rintel
42fa7fccdb contrib/rh-bkr: add current 7.2 2015-07-01 16:56:06 +02:00
Lubomir Rintel
9ad83cf2ba contrib/rh-bkr: add RHEL 7.2 2015-06-23 11:02:25 +02:00
Lubomir Rintel
216bad5b61 contrib/bkr: avoid running wireless tests on poor quality hardware 2015-06-17 18:03:24 +02:00
Lubomir Rintel
1bf69c78e9 contrib/bkr: avoid running wlan tests on hardware that is not mode=AP capable 2015-06-17 17:17:17 +02:00
Lubomir Rintel
eb7e4907f8 contrib/bkr: use rhel-7 branch for RHEL 7.2 2015-06-16 15:51:43 +02:00
Lubomir Rintel
b216450244 contrib/bkr: use rhel-7.1 branch wherever appropriate 2015-06-15 18:44:09 +02:00
Lubomir Rintel
cbed6de3f2 contrib/bkr: fix a small typo 2015-06-15 18:44:07 +02:00
Lubomir Rintel
ac8a103660 contrib/bkr: don't drop error output 2015-06-15 18:44:04 +02:00
Lubomir Rintel
6ccf90a5bb contrib/bkr: fix _get_default 2015-06-15 18:43:56 +02:00
Thomas Haller
a77550a6c7 contrib/makerepo: add parent commit for NetworkManager-openvpn source package 2015-05-28 11:09:59 +02:00
Thomas Haller
597d2a35fa contrib/makerepo: add parent commit for nm-applet source package 2015-05-21 16:37:03 +02:00
Thomas Haller
311a146daf contrib/makerepo: limit number of patches to revert
On rhel-6 branch, an old patch breaks the script.
Just limit the number of undos to exclude that script.
2015-05-18 18:37:45 +02:00
Thomas Haller
cbeee992e8 contrib/makerepo: use git remote rm instead of "remove"
Older git versions only know the latter.
2015-05-18 18:27:15 +02:00
Thomas Haller
ced90e3677 contrib/jenkins: update jenkins_script.sh
Enable more-asserts and more-logging in test build.
2015-04-23 16:51:33 +02:00
Thomas Haller
772f3686bf contrib/jenkins: update jenkins_script.sh 2015-04-22 21:15:41 +02:00
Thomas Haller
dc98f74efc contrib/bkr: make configuration options for logging.level and main.dhcp configurable
$ ./brk.py -V "CONF_LOGLEVEL=INFO -V CONF_DHCP=internal
2015-04-21 14:57:30 +02:00
Thomas Haller
aae4d65d7c contrib/bkr: add option to selinux=0 2015-04-17 17:49:17 +02:00
Thomas Haller
cfb5a50968 contrib/bkr: extend README 2015-04-16 16:10:15 +02:00
Thomas Haller
969966cc0e contrib: update IP address of jenkins 2015-04-16 15:16:36 +02:00
Thomas Haller
7fce03c35f contrib/makerepo: avoid script error for NetworkManager, rhel-6 2015-03-11 11:58:33 +01:00
Thomas Haller
d592c86cf8 contrib/bkr: detect GIT_TARGETBRANCH for new 1.0-beta builds 2015-01-29 13:38:05 +01:00
Thomas Haller
9b92f07ce8 contrib/bkr: add additional required package to default job 2015-01-22 12:14:36 +01:00
Thomas Haller
96f49913c4 contrib/bkr: update specifying reservesys
instead of /distribution/reservesys job, this just reserves
the machine so we see 100% completion even if reservesys fails.
2015-01-21 17:58:58 +01:00
Thomas Haller
3c7de1d646 contrib/makerepo: support libibverbs package in makerepo.sh 2015-01-15 16:40:04 +01:00
Thomas Haller
b50f88abfa contrib/bkr: fix crash with missing profile argument 2015-01-12 23:09:48 +01:00
Thomas Haller
6f167d957f contrib/bkr: add --profile option to set commonly used arguments 2014-12-22 16:35:07 +01:00
Thomas Haller
eb9b525117 contrib/bkr: add pattern to detect GIT_TARGETBRANCH for 1.0 and 1.1 branches 2014-12-21 20:37:04 +01:00
Thomas Haller
538a913e37 contrib/bkr: adjust pattern to parse NetworkManager RPMs from URI after 1.0:wq release 2014-12-21 20:33:41 +01:00
Thomas Haller
3f8f10c93c contrib/bkr: support new --jobtype veth 2014-12-19 16:21:12 +01:00
Thomas Haller
07947f5bbe contrib/bkr: enable writing core dumps for beaker runs 2014-12-17 15:48:47 +01:00
Thomas Haller
7972e184e9 contrib/bkr: detect GIT_TARGETBRANCH for new 1.0-beta builds 2014-12-16 23:18:31 +01:00
Thomas Haller
7e9f314ed0 contrib/bkr: fix hostRequires for wifi tests
wireless group contains hosts that don't work with rhel-7.
Consider only those which hostname starts with 'wlan-r2'.
2014-12-03 14:29:24 +01:00
Thomas Haller
0353b5a740 contrib/bkr: allow specifying the jobtype and create "scratch" jobs by default
Add a new paramter --jobtype to bkr.py
2014-12-03 12:55:17 +01:00
Thomas Haller
233f3699d0 contrib/bkr: add --hosttype argument and $HOSTREQUIRES template 2014-12-02 14:47:55 +01:00
Thomas Haller
8e9b44cac0 contrib/bkr: support --var option
This is equivalent to specifying the options as environment
variables. The advantage is, that they are part of ARGS and hence
later visible in the whiteboard text.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-11-12 18:17:17 +01:00
Thomas Haller
d40fd6e2fe contrib/bkr: fix detection of GIT_TARGETBRANCH for new rhel-7.1 builds
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-23 17:11:30 +02:00
Thomas Haller
41c9e91baf contrib/jenkins: add NO_CHECK option to jenkins
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-15 22:21:57 +02:00
Thomas Haller
2427fbcb11 contrib/bzutil: fix parsing of related bugs in commit message
Also accept for example: "... see also related bug 4223".

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-12 20:33:29 +02:00
Thomas Haller
503ebbe9b0 contrib/makerepo: add git tags to created repository
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-09 09:57:41 +02:00
Thomas Haller
62b21d2def contrib/bkr: don't install -debug packages by default
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 11:31:16 +02:00
Thomas Haller
afc82337a7 contrib/makerepo: support libqmi package in makerepo.sh
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:58:39 +02:00
Thomas Haller
6c36639bbc contrib/bkr: install firewalld package in default job template
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00
Thomas Haller
423adfe7c1 contrib/bkr: better detection of DISTRO_NAME and add $RESERVESYS placeholder
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00
Thomas Haller
21b8680557 contrib/bkr: fix crash in script with invalid test cases missing "script"
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00
Thomas Haller
49fbca646b contrib/bzutil: print default config file name on missing paramter
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00
Thomas Haller
e49bd006d9 contrib/makerepo: parse the patch -p option from the spec file
This adds support for different -p options the -p1.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00
Thomas Haller
1e4c4d2f11 contrib/makerepo: detect upstream base commit for libnl-3.2.21
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00
Thomas Haller
615543107a contrib/makerepo: support initscripts repository
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-10-03 10:40:22 +02:00