Commit Graph

82 Commits

Author SHA1 Message Date
resf-prow[bot] 6a625b0957
Merge pull request #176 from mstg/hydra-v2-sdk
Major upgrades
2024-03-17 19:45:00 +00:00
Mustafa Gezen ad0f7a5305
Major upgrades
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
2024-03-17 08:06:08 +01:00
Neil Hanlon e39b29d30a
add project list command 2024-02-28 18:20:33 -05:00
Neil Hanlon a3cc1364df
feat: add command to dump project info as JSON 2024-02-28 18:16:31 -05:00
Mustafa Gezen ab09709b10
maintenance: upgrade base images and enable rpmautospec for RL10 2024-02-23 23:27:36 +01:00
Mustafa Gezen 096a7fd3ee
fix: Import Revisions from other projects should NOT be counted as latest 2024-01-25 07:04:09 +01:00
Neil Hanlon 679a841c57
hotfix: increase heartbeat timeout for updateinfo activity, too
Signed-off-by: Neil Hanlon <neil@rockylinux.org>
2023-11-08 22:58:42 -05:00
Mustafa Gezen 189b416f48
hotfix: Increase timeout again (force re-deploy, reduce impacted list) 2023-11-09 01:24:43 +01:00
Mustafa Gezen b5af09c028 hotfix: Increase yumrepofs update timeout to accommodate kernel 2023-11-09 00:44:09 +01:00
Mustafa Gezen 2d8541533d Increase HeartbeatTimeout for BuildArchActivity
Currently the Rust builds fails, most likely due to a lock that happens
with aarch64. Either the heartbeat tick dies early and timeout happens
right before success or something else makes heartbeats not work at all.
Best solution for now is to just increase timeout.
2023-10-23 09:53:48 +02:00
resf-prow[bot] 163e01c788
Merge pull request #142 from NeilHanlon/remove-syncform-file-field
Remove file form field from CatalogSync
2023-07-31 05:20:09 +00:00
Neil Hanlon c88369fd66
Remove file form field from CatalogSync
This endpoint doesn't ask for a file, so this is superfluous and,
therefore, confusing.. me. It's confusing me.

Signed-off-by: Neil Hanlon <neil@rockylinux.org>
2023-07-26 16:15:26 -04:00
Mustafa Gezen 71e4fd8618
Enable dual stack for yumrepofs s3 2023-07-18 17:02:15 +02:00
Neil Hanlon 6a6fc2924c
fix(regression): respect modules enabled by ModuleMd during module builds 2023-03-30 16:13:53 -04:00
mystic knight 988b9a1a2c Issues: peridot #100 -- empty migration files
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 15:02:17 -10:00
mystic knight e9e3cb54e7 allow peridot project to specify a build pool type in additional to build pool architecture
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 14:11:35 -10:00
mystic knight fdc848b847 allow peridot project to specify a build pool type in additional to build pool architecture
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 14:01:50 -10:00
mystic knight f19044b3d2 allow peridot project to specify a build pool type in additional to build pool architecture
Signed-off-by: mystic knight <techguru@byiq.com>
2023-02-17 12:55:49 -10:00
Mustafa Gezen 2b88f7b5c8 govendor 2023-02-17 20:00:41 +01:00
Mustafa Gezen 69f985f637 Remove references to apollopb 2023-02-17 19:54:32 +01:00
Mustafa Gezen 9854661cea Remove dependency on publisher 2023-02-17 19:51:20 +01:00
Mustafa Gezen e901745be5 Support simple filter for Build API 2023-02-17 19:49:42 +01:00
Mustafa Gezen 5eec7a5354 Add peridotadmin and updateinfo workflow 2023-02-17 19:49:38 +01:00
Mustafa Gezen 2470a9df7f Yumrepofsupdater now supports updateinfo.xml, and delete works better. Heartbeats should no longer cause memory leaks 2023-02-17 19:48:59 +01:00
Neil Hanlon 2cfa84ecc3
Fix `peridot build package` arguments bound to wrong command 2023-01-23 14:21:16 -05:00
Neil Hanlon 897bc0969d
fix bad sql in SetBuildRootPackages 2023-01-20 16:17:08 -05:00
Mustafa Gezen 38b0d9cb6c
Add additional peridot cli commands 2023-01-20 03:34:45 +01:00
resf-prow[bot] 95d7351c22
Merge pull request #84 from NeilHanlon/fix/83
Fix bug in setting build/srpm stage packages for project
2023-01-06 06:20:09 +00:00
Neil Hanlon aa3a97cb87
change SetBuildRootPackages to use proper pq types and set defaults on nil 2023-01-05 23:53:25 -05:00
Neil Hanlon 60a3885b91
Catch error for debugging purposes 2023-01-05 18:12:53 -05:00
Neil Hanlon f0f461c03b
Fix regresions introduced by #78 2023-01-05 13:07:58 -05:00
Neil Hanlon b22060dd52
support modular enable/disable for scoped packages
Signed-off-by: Neil Hanlon <neil@rockylinux.org>
2022-12-19 15:51:49 -05:00
Mustafa Gezen 9592fc297c
Properly delete excluded rpms after a catalog change 2022-11-23 23:48:55 +01:00
Mustafa Gezen c6bec99698
Add support for deleting builds from yumrepofs 2022-11-21 00:58:14 +01:00
Mustafa Gezen be2b871fff
Strictly use module side repo during module builds and target only current project setting branches 2022-11-19 22:51:16 +01:00
Mustafa Gezen 3319abf62b
Multiple changes related to build, modules and cloning
* Dependencies are now installed with best=1
* rpmutils.NVR is now equal to srpmproc's rpmutils.Nvr
* Add support for cloning a project and swapping target project builds on top
* Side NVR repos are now faster to create
* Module builds now support side NVRs
* Side NVRs now support multiple builds of a certain version
* ListBuilds now properly supports filters
* yumrepofsupdater now runs on a better node pool
* Upgrade srpmproc to v0.4.3
* kubernetes.jsonnet now supports node pool placements
* Modulemds are now copied properly to avoid accidental pointer overrides that propagated back to unrelated Mds
* rpmimport now properly imports SRPMs and doesn't fail randomly
* Yumrepofs now properly adds module defaults in non-all repos
* Yumrepofs now properly swaps older module artifacts
* Yumrepofs now properly replaces non-project artifacts after a clone swap
* Added additional logging to yumrepofs
2022-11-19 02:52:24 +01:00
Mustafa Gezen 6e5a2ae2b6
Remove debug logs from yumrepofs 2022-11-14 11:08:54 +01:00
Mustafa Gezen e0a043afb3
Module mode now correctly replaces all artifacts
There was a bug in module mode where debuginfo+src would not get replaced correctly. That is now fixed. Additional changes to module artifact detection is also made after the build merge solution was implemented. Previously src.rpms could be collapsed because of multiple src.rpms in one build, leading to non-devel artifacts being placed in devel. That is also fixed with this.
2022-11-14 11:06:16 +01:00
Mustafa Gezen a143c18b94
Peridot: Fix MakeActiveInRepo - Only set for current project
Current behavior sets active package version in repo for all projects even though yumrepofs is only updating for a specific project. This fixes it by only setting active package version in repo for that specific version in that specific project.
2022-11-07 14:33:44 +01:00
Mustafa Gezen 6e77412823
Import RPM key to verify signature and stop blocking on failure
Previously Keykeeper had a faulty verify check, where `rpm --checksig` didn't actually work because the RPM key was never imported. This would normally be caught but the TaskSignature creation was done after every signature without a transaction. That led to the activity succeeding next launch with either a faulty signed RPM or a correctly signed RPM.

We caught all instances of this by verifying signature of all artifacts during compose, but it was an annoying problem that we would run into occasionally. This should fix that.
2022-11-05 18:32:58 +01:00
Mustafa Gezen 0eeb8395e4
Rpm-import is now simpler 2022-11-04 03:30:10 +01:00
Mustafa Gezen 8d2116dfeb
Fix dev mode for yumrepofs 2022-11-04 03:30:10 +01:00
Mustafa Gezen d62a16923f
Support modulemd v3 and module sync 2022-11-04 03:30:10 +01:00
Mustafa Gezen ba014228bd
Vendor 2022-11-04 03:30:09 +01:00
Ted Adams 89a8a41c4e Add @emotion/unitless to obsidian and peridot ui BUILD files 2022-10-31 10:39:24 -07:00
Mustafa Gezen 1c861fd53b
Add chart manifests to all services except Apollo UI 2022-10-31 16:38:32 +01:00
Mustafa Gezen 6bc4ea866c
Initial Helm support 2022-10-31 03:23:40 +01:00
Mustafa Gezen beae4446aa
Add Cancel button to running tasks 2022-10-30 22:10:39 +01:00
Mustafa Gezen bd03ada0d5
Fix references to resfdeploy 2022-10-30 09:18:01 +01:00
Mustafa Gezen 5ac71b67c2
Rename all to rules_resf and resf_frontend 2022-10-30 08:58:16 +01:00