5f8c62a258
monitor: remove Jump from monitor and add Backports to monitor
2021-01-05 18:46:56 +08:00
7b7d4aa8d0
Merge pull request #2515 from nilxam/staging_backports
...
gocd: enable staging bot and staging installcheck on SLE15 SP3 Backports
2021-01-04 21:59:54 +08:00
eb901e98c2
gocd: enable staging bot and staging installcheck on SLE15 SP3 Backports
2021-01-04 21:26:32 +08:00
7cd9d7496a
Merge pull request #2514 from nilxam/prjinstallcheck_backports
...
rebuild-trigger: run project-installcheck on SLE15-SP3 Backports
2020-12-18 23:19:18 +08:00
Stephan Kulow
06e44bca30
Merge pull request #2513 from coolo/fix_service
...
Fix typo in the source checker
2020-12-17 19:46:41 +01:00
af3357e225
rebuild-trigger: run project-installcheck on SLE15-SP3 Backports
2020-12-18 00:27:48 +08:00
Stephan Kulow
839737cd8c
Fix typo in the source checker
2020-12-17 17:15:51 +01:00
Stephan Kulow
b9ce7bf183
Merge pull request #2511 from Vogtinator/addcheck
...
Also add required checks to adi stagings after adding architectures
2020-12-16 09:37:51 +01:00
Stephan Kulow
bb412fe43a
Merge pull request #2509 from Vogtinator/fix-installcheck
...
Fix staging-installcheck.py being ignored if i586 is present
2020-12-16 09:21:19 +01:00
Fabian Vogt
63c7292ee8
Also add required checks to adi stagings after adding architectures
...
Otherwise the newly added archs don't have any required checks assigned.
2020-12-16 08:48:23 +01:00
Fabian Vogt
76b63b74c6
Merge pull request #2510 from Vogtinator/leap_15.3_images
...
Enable TTM for openSUSE:Leap:15.3:Images
2020-12-15 14:40:00 +01:00
Fabian Vogt
79190b8ef7
Enable TTM for openSUSE:Leap:15.3:Images
...
And drop Jump. Also fix the erb file, which wasn't used to enable Leap 15.3.
2020-12-15 13:47:33 +01:00
Fabian Vogt
f87fa6b890
Fix staging-installcheck.py being ignored if i586 is present
...
For openSUSE:Factory:Staging:adi:*, i586 is only enabled when necessary and so
the check is not set as required. Currently x86_64 is handled first (due to
target_archs), which means that for oS:F, i586 comes last and so the ugly hack
results in x86_64 getting a fake success and the actual status is set for i586
only, which gets ignored.
2020-12-15 11:19:50 +01:00
Stephan Kulow
df53c4629b
Merge pull request #2501 from lnussel/ghost
...
Don't produce directory conflicts of ghost files
2020-12-11 14:31:33 +01:00
Stephan Kulow
ec314ba3c5
Merge pull request #2507 from Vogtinator/relaxchanges
...
check_source.pl: One .changes file per package is enough
2020-12-11 14:30:56 +01:00
Stephan Kulow
e69270e81d
Merge pull request #2504 from DimStar77/download_files
...
check_source: Advertise the usage of 'osc service runall $FOO'
2020-12-11 14:30:38 +01:00
75594ade61
check_source: mode='manual' is permitted in _service files
2020-12-11 11:55:57 +01:00
Fabian Vogt
c351ac2290
check_source.pl: One .changes file per package is enough
...
It's actually fine to have a single .changes file for multiple .spec files
in the same package, OBS picks that automatically. Relax the check to only
require a single .changes file for the package name.
Many multi-spec packages currently just duplicate the changes files anyway,
which can be avoided.
2020-12-10 13:53:06 +01:00
Fabian Vogt
049f70f75e
Merge pull request #2503 from ggardet/fix_kernel-64kb
...
Add 'kernel-64kb' to the list of kernel packages to reduce kernel spam
2020-12-10 10:44:50 +01:00
Gustavo Yokoyama Ribeiro
32338511ab
Merge pull request #2505 from gyr/carmeleon
...
Add bot for Camerleon project
2020-12-09 10:43:56 -03:00
dd9e133a12
Add bot for Camerleon project
2020-12-07 15:34:12 -03:00
cbe100314a
check_source: Advertise the usage of 'osc service runall $FOO'
...
With osc 0.171, the service execution engine was changed to explicitly
only start the services in a specific mode (i.e. runlocal only runs services
with mode="local").
On openSUSE:Factory, the _service definition though contains mode="disabled" for service download_files
This in turn leads to confusion as to how to get the files downloaded locally.
The 'service runall $FOO' variant runs the specified service no matter what mode it is declared
Helps clarify for https://github.com/openSUSE/osc/issues/874
2020-12-07 13:44:44 +01:00
Douglas DeMaio
0bafe324b6
Merge pull request #2502 from witekest/schedule
...
Add schedule for Leap 15.1, 15.2 and 15.3
2020-12-02 18:47:55 +01:00
e62185a10a
Add 'kernel-64kb' to the list of kernel packages to reduce kernel spam
2020-12-02 17:14:29 +01:00
Witek Bedyk
2ec3b0c823
Add schedule for Leap 15.1, 15.2 and 15.3
2020-12-02 16:43:07 +01:00
Ludwig Nussel
2fa2456a8b
Don't produce directory conflicts of ghost files
2020-12-02 11:04:46 +01:00
Douglas DeMaio
7103cd656b
Merge pull request #2500 from witekest/maxint
...
Migrate metrics scripts to Python 3
2020-12-02 05:38:37 +01:00
Witek Bedyk
4be4819544
Use string instead of byte stream for configparser
2020-12-01 17:18:29 +01:00
Witek Bedyk
abc39a2822
Rename ConfigParser to configparser
...
ConfigParser has been renamed to configparser in Python 3.
2020-12-01 16:19:35 +01:00
Witek Bedyk
8290b50aa4
Replace sys.maxint with sys.maxsize
...
sys.maxint has been removed in Python 3.1.
https://docs.python.org/3.1/whatsnew/3.0.html#integers
2020-12-01 15:18:29 +01:00
Gustavo Yokoyama Ribeiro
8335cbff83
Merge pull request #2497 from gyr/images-ndb
...
SLE15SP3: Release images-ndb to :TEST
2020-11-27 15:49:47 -03:00
de759911ba
SLE15SP3: Release images-ndb to :TEST
2020-11-25 09:55:09 -03:00
Gustavo Yokoyama Ribeiro
5ffdcc9eb1
Merge pull request #2496 from Vogtinator/sp3baserel
...
Don't publish sles15-image as part of Release.Images.To.Publish
2020-11-23 18:59:54 -03:00
Fabian Vogt
37109f0426
Also release sles15-image to :ToTest in SLE15.SP3.ImagesManual
2020-11-23 15:58:11 +01:00
Fabian Vogt
2398445ccd
Don't publish sles15-image as part of Release.Images.To.Publish
...
It's a bit too early.
2020-11-23 15:57:37 +01:00
Gustavo Yokoyama Ribeiro
10a2268ed8
Merge pull request #2495 from Vogtinator/sp3baserel
...
Release and publish SUSE:SLE-15-SP3:Update:CR/sles15-image as well
2020-11-23 09:30:19 -03:00
Fabian Vogt
6e133c8a1e
Release and publish SUSE:SLE-15-SP3:Update:CR/sles15-image as well
2020-11-18 13:01:01 +01:00
Douglas DeMaio
4a3abc91a2
Merge pull request #2493 from witekest/access_leap_15.2
...
metrics: Update product pattern to match Leap 15.2. Patterns need to be changed. keep in mind for 15.3
2020-11-12 17:24:50 +01:00
Witek Bedyk
17ac7481e4
metrics: Update product pattern to match Leap 15.2
2020-11-11 16:28:23 +01:00
e77961f023
Merge pull request #2492 from nilxam/rename_leap_152_microos
...
pkglistgen gocd: rename Pkglistgen.openSUSE_Leap to avoid the dup'ed key
2020-11-03 00:57:17 +08:00
deee1d9053
pkglistgen gocd: rename Pkglistgen.openSUSE_Leap to avoid the dup'ed key
2020-11-02 23:39:44 +08:00
21e0b914a6
Merge pull request #2491 from nilxam/leap_153_bootstrap
...
Leap 15.3: Jump project discontinued but Leap 15.3 started
2020-11-02 22:08:16 +08:00
ad5a9af1a7
Leap 15.3: Jump project discontinued but Leap 15.3 started
2020-11-02 16:14:06 +08:00
Stephan Kulow
620b948023
Merge pull request #2488 from gyr/15SP1-QR
...
Add back setup for 15SP1 quarterly updates
2020-10-30 05:32:43 +01:00
a5de776a60
Merge common code of SP1 and SP2
2020-10-29 18:15:13 -03:00
3934deb84e
Merge pull request #2490 from nilxam/fox_microos_gocd
...
pkglistgen gocd: remove wrong -s target option for Leap MicroOS
2020-10-22 18:31:39 +08:00
ad58802324
pkglistgen gocd: remove wrong -s target option for Leap MicroOS
2020-10-22 18:08:16 +08:00
fccc3b9293
Merge pull request #2489 from nilxam/leap_152_microos_back
...
pkglistgen: add Leap 15.2 MicroOS back to pipeline
2020-10-22 17:19:38 +08:00
476a62628e
pkglistgen: add Leap 15.2 MicroOS back to pipeline
...
Leap 15.2 MicroOS is still ongoing, add pkglsitgen service for Leap 15.2
MicroOS back, this change also renamed old Leap pipeline to Jump.
2020-10-22 16:50:09 +08:00
6956f3b655
Add back setup for 15SP1 quarterly updates
2020-10-20 10:02:29 -03:00