7283 Commits

Author SHA1 Message Date
025471164f Add osrt-slsa dir 2024-02-15 12:25:42 -03:00
fb30cf84a9 Change how verify-build-and-generatelists checks when run pkglistgen 2024-02-15 12:25:42 -03:00
da48b4f3a0 Change SLSA systemd services
- Add oscrc file for SLSA
- Change user to osrt-slsa
2024-02-15 12:25:42 -03:00
ed01209734 Add SLSA osrc config 2024-02-15 12:25:42 -03:00
b9d76698cf Add relpkg support
- Add script to run relpkg
- Add systemd service and timer
- Change SLSA user
- Only run pkglistgen when build finishes
2024-02-15 12:25:42 -03:00
5ba60b7b26 Add log support to slsa-build-service 2024-02-15 12:25:42 -03:00
15aa15ec13 Add slsa-build-service 2024-02-15 12:25:42 -03:00
Fabian Vogt
54075b05b1
Merge pull request #3055 from Vogtinator/15.4to15.6
Remove 15.4 and add 15.6 where missing
2024-02-15 11:05:41 +01:00
Fabian Vogt
9e5a7f90b1
Merge pull request #3056 from Vogtinator/nolivesize
ttm: Remove livecd size checks
2024-02-15 11:04:21 +01:00
Fabian Vogt
e6cebf090e ttm: Remove livecd size checks
live-kiwi-hook and openQA already do that, let's not triplicate the check.
2024-02-12 10:19:20 +01:00
Fabian Vogt
dcd076bd63 Remove 15.4 and add 15.6 where missing
15.4 has been EoL for a while.
2024-02-12 10:16:11 +01:00
Gustavo Yokoyama Ribeiro
602b3d2b1e
Merge pull request #3054 from fcrozat/rebuild-alp
gocd: fix name of task
2024-02-07 11:42:32 -03:00
9f6f65916b gocd: fix name of task 2024-02-07 15:09:22 +01:00
Gustavo Yokoyama Ribeiro
cdb755ba9b
Merge pull request #3053 from fcrozat/rebuild-alp
gocd: add rebuild pipeline for ALP
2024-02-07 11:06:53 -03:00
2e8c1e37eb gocd: add rebuild pipeline for ALP 2024-02-07 14:40:12 +01:00
2e3b61404e
Merge pull request #3050 from lkocman/leapmicro60
Initial pipeline setup for Leap Micro 6.0
2024-02-02 18:38:48 +08:00
3e2945d3f8 Initial pipeline setup for Leap Micro 6.0 2024-01-25 16:36:29 +01:00
105eea5f93
Merge pull request #3048 from nilxam/cond_list_order
skippkg-finder: sort conditionals set
2024-01-22 17:48:34 +08:00
967e44ad1f skippkg-finder: sort conditionals set 2024-01-22 17:28:18 +08:00
Fabian Vogt
8329809782
Merge pull request #3041 from Vogtinator/review
check_source.py: Use correct function for getting maintainer of the devel pkg
2024-01-10 11:51:44 +01:00
6ab1d3590d
Merge pull request #3045 from dirkmueller/stop_bci_repo_on_ltss
Remove SP3 and SP4 BCI repos
2024-01-03 17:18:46 +01:00
0dc1993757
Merge pull request #3044 from dirkmueller/bci_publish_immediately_on_repo_change
publish bci repo right away on package set changes
2024-01-03 17:18:06 +01:00
b8fff457a5
Slightly more useful info logging for source changes 2024-01-03 17:16:22 +01:00
6441a0ad66
use list comprehension instead of set comparison
Co-authored-by: Fabian Vogt <fabian@ritter-vogt.de>
2024-01-03 17:12:24 +01:00
4aa5565efc
publish bci repo right away on package set changes
When there was a source commit on the bci repo, then the set of
packages changed, which likely means we need those changes to pass
the tests on the container release pipelines. So don't wait for 24h
but publish right away.

Also trigger on the oldest published state rather than the newest one
so that we do not need to wait another 24h per openQA failure to resume
publishing.
2024-01-03 17:12:20 +01:00
de969a7415
Remove SP3 and SP4 BCI repos
These SPs are in LTSS mode so the BCI repo no longer needs
to be updated.
2024-01-03 17:03:25 +01:00
Gustavo Yokoyama Ribeiro
6478168ac7
Merge pull request #3043 from gyr/MarbleTarget
Add timer to monitor release finished for SLE-Micro
2024-01-03 08:01:31 -03:00
Gustavo Yokoyama Ribeiro
8a4e3e113a
Merge pull request #3042 from gyr/DolomiteStaging
Create Staging pipelines for ALP Dolomite 1.0
2024-01-03 08:01:06 -03:00
2a72809af4 Add timer to monitor release finished for SLE-Micro 2023-12-26 11:27:05 -03:00
30fd79dde6 Create Staging pipelines for ALP Dolomite 1.0 2023-12-26 11:13:37 -03:00
Fabian Vogt
02b3886bf3
Merge pull request #3040 from openSUSE/revert-3039-zstdnews
Revert "factory-package-news.py: Compress data files with zstd"
2023-12-13 08:16:21 +01:00
Fabian Vogt
aa1b3d6062 check_source.py: Use correct function for getting maintainer of the devel pkg
"maintainers_get" is a bit weird and uses /search/owner and not the given prj.
2023-12-12 16:30:55 +01:00
47bf1c2025
Revert "factory-package-news.py: Compress data files with zstd" 2023-12-12 16:27:50 +01:00
Fabian Vogt
9e91713a35 Fix --osc-debug option with new osc
It only accepts bools now.
2023-12-12 16:01:52 +01:00
Fabian Vogt
8e4cdc3f4b
Merge pull request #3039 from Vogtinator/zstdnews
factory-package-news.py: Compress data files with zstd
2023-12-12 16:00:55 +01:00
Fabian Vogt
b82749ac01 factory-package-news.py: Port from pyzstd to zstandard
ariel has only zstandard 0.13.0, so not even the .open method exists.
2023-12-11 16:26:47 +01:00
Fabian Vogt
8516c1ad8f factory-package-news.py: Compress data files with zstd
It's less than 1/3rd of the uncompressed size.
2023-12-11 16:26:47 +01:00
Fabian Vogt
2925abf41a
Merge pull request #3038 from Vogtinator/mirrorcleanup
osclib/repomirror.py: Small cleanups
2023-12-05 09:34:12 +01:00
Fabian Vogt
b658cefdae osclib/repomirror.py: Small cleanups 2023-12-01 14:52:01 +01:00
Fabian Vogt
6367d8f186
Merge pull request #3036 from ggardet/master
ttm: Allow bigger images for livecd-x11 on aarch64
2023-12-01 10:58:54 +01:00
1afc29ba34 ttm: fix regexp to match 'livecd-x11' check 2023-12-01 10:30:54 +01:00
darix
29c388e47a
Merge pull request #3035 from Vogtinator/pymirror
Rewrite bs_mirrorfull as osclib component
2023-11-30 13:48:11 +00:00
1926dc5a98 ttm: Allow bigger images for livecd-x11 on aarch64
since no CD will be used, but usb sticks
2023-11-29 17:32:02 +01:00
Fabian Vogt
0888a8f1a0 Drop bs_mirrorfull
Superseded by osclib.repomirror.
2023-11-29 16:53:58 +01:00
Fabian Vogt
da0d632b77 Rewrite bs_mirrorfull as osclib component
This has multiple benefits:
* Easier to interface with the python code that calls it
* Uses the osc python interface for connection and authentication handling
* Allows to drop the bundled OBS code in the bs_copy directory
2023-11-29 16:53:58 +01:00
Fabian Vogt
24f3d6b5fa
Merge pull request #3033 from Vogtinator/zst
Handle ZSTD compressed primary.xml.zst
2023-11-23 11:51:29 +01:00
Fabian Vogt
dc4c6bbfdd Handle ZSTD compressed primary.xml.zst
Add explicit zstd support to repo2fileprovides.py and port
update_repo_handler.py over to use libsolv's transparent decompression.
2023-11-23 11:36:03 +01:00
6bcc046349
Merge pull request #3031 from gyr/RevertDolomiteStaging
Revert "Temporary disable checks for ALP"
2023-11-19 18:22:36 +01:00
4991807af1 Revert "Temporary disable checks for ALP"
This reverts commit 19153a2b67c8386399b4d9fd2ef2f86207837998.
2023-11-16 20:19:51 -03:00
Fabian Vogt
5fed802a6c
Merge pull request #3030 from tacerus/factory-dashboard-new-proxy
Update factory dashboard rsync target
2023-11-04 18:19:29 +01:00