6561 Commits

Author SHA1 Message Date
Fabian Vogt
e8319fa537
Merge pull request #2682 from dirkmueller/speccleaner
spec-cleaner imposed cleanups
2022-01-10 10:51:17 +01:00
Fabian Vogt
66468c6709
Merge pull request #2681 from dirkmueller/master
dist: include project-installcheck.py again
2022-01-10 10:50:38 +01:00
Fabian Vogt
85b5f84f75 gocd: Drop 15.2
15.2 went EOL on 2021-12-31.
2022-01-10 10:46:32 +01:00
ae6175d30e
Merge pull request #2680 from ggardet/master
Dashboard: do not display containerfile values for Leap
2022-01-04 17:35:36 +01:00
Dirk Müller
c72965d19b
spec-cleaner imposed cleanups 2022-01-03 15:34:47 +01:00
Dirk Müller
4e1b05cb7b
dist: include project-installcheck.py again
otherwise /usr/bin/osrt-project-installcheck is a stale softlink
2022-01-03 15:23:18 +01:00
1fe70a5509 Dashboard: do not display containerfile values for Leap 2022-01-03 14:32:36 +01:00
Stephan Kulow
51f56098d0
Merge pull request #2678 from ggardet/add_leap_dashboard
Add a dashboard for Leap
2022-01-01 13:00:37 +01:00
ac15e513de Add a dashboard for Leap 2021-12-21 15:02:10 +01:00
2681ad5e13
Merge pull request #2677 from gyr/micro52
Update MicroOS IBS project (MicroOS52) in botmaster
2021-12-17 21:08:36 +08:00
3fb8efb641 Update MicroOS IBS project (MicroOS52) in botmaster 2021-12-17 09:23:03 -03:00
Fabian Vogt
50e8e35200
Merge pull request #2620 from dirkmueller/master
pkglistgen: Handle loops in project path expansion
2021-12-16 15:50:46 +01:00
8eed6fc795
Merge pull request #2676 from dirkmueller/154_images
Add 15.4/ARM Images totestmanager
2021-12-16 09:58:11 +01:00
Dirk Müller
51911578f7 Add 15.4/ARM Images totestmanager 2021-12-15 21:35:40 +01:00
387b73d1d0 pkglistgen: Handle loops in project path expansion
For some setups that have recursive paths we run into an endless
loop. Adding a visited project tracking to break the loop of expansion.
2021-12-15 21:35:09 +01:00
60b1558294
Merge pull request #2675 from ggardet/add_15.4_armv7
Run TTM for openSUSE:Leap:15.4:ARM (armv7)
2021-12-15 21:30:23 +01:00
78260b640b Run TTM for openSUSE:Leap:15.4:ARM (armv7) 2021-12-15 15:52:01 +01:00
Stephan Kulow
a76441657c gocd: Remove timeouts for the pipelines
Meanwhile we have too many pipelines so it can happen that some checks
wait longer than 30 minutes before they get scheduled - but the timeout
affects this as well. So we need to monitor this
2021-12-14 07:41:18 +01:00
dacaa5c540
Merge pull request #2674 from ggardet/add_containerfile
Dashboard: Add containerfile
2021-12-10 10:31:27 +01:00
0b5d573ff1 Dashboard: Add containerfile 2021-12-10 09:28:22 +01:00
Douglas DeMaio
fda88d3109
Merge pull request #2673 from okurz/grafana
metrics: telegraf: Fix URL for openqa.opensuse.org after machines were moved to openSUSE internal network
2021-12-08 14:32:05 +01:00
Oliver Kurz
32442c979e metrics: telegraf: Fix URL for openqa.opensuse.org after machines were moved to openSUSE internal network
Related progress issue: https://progress.opensuse.org/issues/102975
2021-12-08 12:19:49 +01:00
Stephan Kulow
2f3a762bef gocd: Use https://legaldb instead of http 2021-12-01 08:15:42 +01:00
Stephan Kulow
1875f66a46 legal-auto: Fix regression in product import
the patchinfo handling was actually not from Marcus, it was from
5ff462044534d6fa3b9ecc40c4ab6541fd7538e7
2021-11-22 18:39:29 +01:00
Stephan Kulow
45e3d064af
Merge pull request #2671 from coolo/fix_legal
legal-auto: Move the "ignore channels" feature in the proper function
2021-11-22 14:55:40 +01:00
Stephan Kulow
0f9478cbf9 legal-auto: Move the "ignore channels" feature in the proper function
The query_sources function is only used for product scan, which is not
relevant for request review. Fixing it to improve performance on live
patch reviews.
2021-11-22 14:50:50 +01:00
Douglas DeMaio
ce4a3e37ab
Merge pull request #2670 from witekest/add_grafana_comment
Add note about missing IPv4 logs. Thanks @witekest
2021-11-19 13:08:27 +01:00
Witek Bedyk
41a023db74 Add note about missing IPv4 logs 2021-11-19 12:02:41 +01:00
5f3b629be5
Merge pull request #2669 from witekest/fix_missing_logs
Fix handling missing log files
2021-11-18 15:05:09 +01:00
Witek Bedyk
3eae2f73c7 Skip empty cache files 2021-11-18 13:37:56 +01:00
Witek Bedyk
c8d2cf77ce Fix handling missing log files 2021-11-18 13:14:56 +01:00
Stephan Kulow
bab90ef34a
Merge pull request #2444 from lkocman/devel-project_func_callback
devel-project: "list" is the default command, Python 3.3 fix
2021-11-07 14:54:39 +01:00
Stephan Kulow
c4e7e3581f
Merge pull request #2664 from coolo/catch_timeout
Retry GETs if they catch a TimeoutError
2021-11-05 09:29:11 +01:00
Stephan Kulow
cd161f34cd
Merge pull request #2668 from dirkmueller/use_newest_package
add option to use newest package for resolving dependencies
2021-11-05 07:56:18 +01:00
Dirk Mueller
f968110f9d add option to use newest package for resolving dependencies
In some cases we'd like to chose from all available repositories
for selecting the right package. in appliance builds and there
is an OBS-UseUnorderedRepos flag for enabling this behavior. Similarly
product-builds have a flag "use_newest_version" that can be set
to true. pkglistgen needs to know about these variant as well
to properly resolve package dependencies.
2021-11-04 20:47:23 +01:00
Fabian Vogt
5fa0da6201
Merge pull request #2667 from Vogtinator/lp154img
Run TTM for openSUSE:Leap:15.4:Images
2021-11-04 14:21:59 +01:00
Stephan Kulow
e777410ab6
Merge pull request #2665 from dcermak/add-remaining-vagrant-boxes
Move remaining vagrant publishers from Jenkins to botmaster
2021-11-02 19:13:09 +01:00
Fabian Vogt
adda4662e5 Run TTM for openSUSE:Leap:15.4:Images 2021-11-02 14:22:01 +01:00
92cad749f6
Move remaining vagrant publishers from Jenkins to botmaster 2021-11-02 09:48:41 +01:00
Stephan Kulow
12a270a9f1 Retry GETs if they catch a TimeoutError
On botmaster we get reproducible connection timeouts with OBS. This can
be reproduced with plain curl loops and it's unclear where the packages
are dropped, so I see no other way than just keep GETing
2021-10-29 19:22:51 +02:00
Stephan Kulow
a924a9b0d1 Revert container-cleaner experiments 2021-10-29 16:18:33 +02:00
Stephan Kulow
4c20c475c3 One more endless loop test against the API 2021-10-29 15:36:20 +02:00
Stephan Kulow
b54a936067 Make the container cleaner endless loop against login proxy without auth 2021-10-29 15:26:33 +02:00
Stephan Kulow
c711dd5772 Now test endless loop on a different SSL host 2021-10-29 15:10:11 +02:00
Stephan Kulow
80bb54c996 Debug endless loop to verify the underlying problem 2021-10-29 14:57:08 +02:00
Stephan Kulow
ca55ff6c17 gocd: Disable cache for container cleaner 2021-10-29 14:18:57 +02:00
Stephan Kulow
faa760d61d gocd: Run container cleanup with full debug 2021-10-29 14:04:03 +02:00
Stephan Kulow
321c52594b gocd: Experiment with a special sysctl for container cleanup 2021-10-29 12:28:43 +02:00
Stephan Kulow
80b3fafbb7
Merge pull request #2663 from coolo/master
Fix crash in pkglistgen
2021-10-27 09:21:14 +02:00
Stephan Kulow
02e1b95d7d gocd: Also run the microos stagings only once per hour 2021-10-27 09:17:26 +02:00