6406 Commits

Author SHA1 Message Date
Stephan Kulow
8b13dffe50 Remove E265 from flake ignore list 2021-09-21 14:52:46 +02:00
Stephan Kulow
9fa0b78b51
Merge pull request #2642 from coolo/fix_weakremovers
Fix weakremovers
2021-09-21 14:51:19 +02:00
Stephan Kulow
22ab5cbac3
Merge pull request #2641 from coolo/use_153
miniobs: Use 15.3 repos - 15.1 is EOL
2021-09-21 14:40:25 +02:00
Stephan Kulow
a8f7146baf Remove E713 offense from flaker 2021-09-21 14:20:08 +02:00
Stephan Kulow
de699c125e pkglistgen: Accept i686 as well 2021-09-21 13:54:10 +02:00
Stephan Kulow
ad7e5f960e pkglistgen: replace if not a in with if a not in 2021-09-21 13:53:22 +02:00
Stephan Kulow
35eeb2af2b pkglistgen: Fix architecture handling of weakremovers
15.3 introduced something unexpected: aarch64, ppc64le and s390x are part
of the repos - and all architectures that aren't native to openSUSE:Factory
are considered to bear dropped packages, e.g. *all of them*

On top of that the setdefault using the same hash caused packages to come
and go for repos, creating unstable output
2021-09-21 12:29:12 +02:00
Stephan Kulow
b1bcbf7399 miniobs: Use 15.3 repos - 15.1 is EOL 2021-09-21 10:54:29 +02:00
Stephan Kulow
8b3ef04679 gocd: Use python3 -u for pkglistgen
osc outputs the checkout to stdout while all other debug messages are on
stderr, so creating a confusion in the log. So don't buffer stdout
2021-09-21 10:39:08 +02:00
Ancor Gonzalez Sosa
e1eef928bd
Merge pull request #2638 from ancorgs/sle-submit-test
Test to showcase a submit request to SLE
2021-09-20 11:40:45 +02:00
Ancor Gonzalez Sosa
e1e0142fd3 Link the new testcase from processes.md 2021-09-20 10:55:26 +02:00
Ancor Gonzalez Sosa
6540e8baad Test to showcase a submit request to SLE 2021-09-16 16:47:09 +02:00
Fabian Vogt
1cb39a1835
Merge pull request #2639 from Vogtinator/rabbit-ignore-vrs
rabbit-openqa.py: Ignore PR verification runs with / in BUILD
2021-09-16 16:29:36 +02:00
Fabian Vogt
86ff0a5047 rabbit-openqa.py: Ignore PR verification runs with / in BUILD
Those tests shouldn't influence staging results.
2021-09-16 16:13:34 +02:00
Ancor Gonzalez Sosa
57abe5728b
Merge pull request #2626 from ancorgs/obslocal_refactor
Small OBSLocal refactoring
2021-09-16 15:32:49 +02:00
Ancor Gonzalez Sosa
2213e2c89c Fix typo in documentation 2021-09-16 14:59:11 +02:00
Ancor Gonzalez Sosa
3d466b2b19 OBSLocal: functions to easily manage several review bots 2021-09-15 15:55:16 +02:00
Ancor Gonzalez Sosa
c9ff2171c3 OBSLocal: rename assertReviewBot to assertReviewScript
The function fully relies on the content of the script attribute and all other
functions that do so contain "script" in the name instead of "bot".
2021-09-15 15:08:11 +02:00
Ancor Gonzalez Sosa
8c1cac7d76 OBSLocal: improve documentation about scripts and asserts 2021-09-15 15:07:41 +02:00
Stephan Kulow
b25b3f35a1
Merge pull request #2631 from gyr/qr-setup
Add pipeline to setup QR home project
2021-09-14 07:37:37 +02:00
c3457b4372 Add pipeline to setup QR home project 2021-09-13 16:04:58 -03:00
Gustavo Yokoyama Ribeiro
f61b2e7977
Merge pull request #2635 from fcrozat/fcrozat
gocd: rename SLE_BCI to SLE_BCI_15SP3 and add SP4 flavor
2021-09-13 09:55:43 -03:00
d538ed4294 gocd: rename SLE_BCI to SLE_BCI_15SP3 and add SP4 flavor 2021-09-13 13:56:58 +02:00
Josef Reidinger
877432d24a
Merge pull request #2630 from openSUSE/test_fixes
fix deprecation warning
2021-09-10 20:52:33 +02:00
Ancor Gonzalez Sosa
d31398e85a OBSLocal: small reorganization 2021-09-09 20:58:26 +02:00
Ancor Gonzalez Sosa
7f377f082f Extract useful stuff to a base OBSLocal.StagingWorkflow class 2021-09-09 20:58:26 +02:00
Ancor Gonzalez Sosa
ca3eb87931 OBSLocal: clarify some aspects of attributes management 2021-09-09 20:58:17 +02:00
Ancor Gonzalez Sosa
8864e9ccee Rename test file to ensure it is executed in CI 2021-09-09 15:07:34 +02:00
Ancor Gonzalez Sosa
28c771927a Rename OBSLocal.StagingWorkflow to OBSLocal.FactoryWorkflow 2021-09-09 15:07:34 +02:00
José Iván López
d2e3c9d2c1
Merge pull request #2633 from joseivanlopez/clean-attrs
Remove attributes in tests
2021-09-07 14:58:46 +01:00
José Iván López González
3db6e4b528 Add some comments 2021-09-07 13:17:04 +01:00
José Iván López González
c74900f3b9 Create ProductVersion attribute 2021-09-07 13:17:04 +01:00
José Iván López González
352ce10c24 Remove attributes when destroying a workflow 2021-09-07 13:16:57 +01:00
d07908c488
Merge pull request #2634 from nilxam/move_extra_osrt
skippkg-finder: move extra packages to the OSRT attribute
2021-09-07 17:32:34 +08:00
f05d711988 skippkg-finder: move extra packages to the OSRT attribute
The extra packages are packages should be skipped in ftp-tree but we
won't for some reasons, packagelist is not fixed depend on package
status in SLE side, move the list to OSRT attribute avoiding modify this
list so often.
2021-09-07 16:41:10 +08:00
José Iván López
2f7e249948
Merge pull request #2629 from joseivanlopez/doc-rings
Add rings documentation
2021-09-06 13:20:07 +01:00
José Iván López González
a46b9f4505 Improve text 2021-09-06 12:51:01 +01:00
José Iván López González
d54ef917bb Add line breaks 2021-09-06 12:47:51 +01:00
José Iván López González
45bf875e8b Improve text 2021-09-06 12:17:54 +01:00
José Iván López González
294f8db72d Document ADI projects 2021-09-06 10:47:04 +01:00
63613a9230
Merge pull request #2632 from nilxam/update_extras_skippkg
skippkg-finder: add two packages to the extra list for zypper dup reason
2021-09-06 16:28:14 +08:00
eda1221f8f skippkg-finder: add two packages to the extra list for zypper dup reason 2021-09-06 15:58:39 +08:00
Josef Reidinger
f383bb8116
do not use oscrc from fixtures (should fix #1989) 2021-09-03 16:53:09 +02:00
Josef Reidinger
357cddea60
fix deprecation warning in parser 2021-09-03 10:17:19 +02:00
José Iván López González
d02e309b66 Add documentation 2021-09-02 16:56:50 +01:00
f75b5c1b0f
Merge pull request #2628 from nilxam/gocd_skippkg_finder
gocd: fix a missing whitespace between command and argument for skippkg-finder
2021-09-01 02:17:08 +08:00
fdf60bfadd gocd: fix a missing whitespace between command and argument for skippkg-finder 2021-09-01 01:30:30 +08:00
0de63caa85
Merge pull request #2625 from nilxam/skippkg_finder
skippkg-finder: overwrites NON_FTP_PACKAGES.group for obsoleted/unneeded package from SLE or openSUSE
2021-08-31 16:51:24 +08:00
2a3ee0c246 Update specfile for skippkg-finder 2021-08-26 21:37:15 +08:00
b9202df021 Run skippkg-finder.py before pkglistgen 2021-08-26 21:37:15 +08:00