Commit Graph

10 Commits

Author SHA1 Message Date
Itxaka e394356498
Fix docker and gorelease jobs (#230) 2022-10-25 16:17:52 +02:00
Itxaka 2e2b5a2034
tests: use latest url for rancher charts (#218) 2022-10-19 15:57:51 +02:00
Itxaka 0de7dd7a9d
Some fixes for the release pipelines (#53)
Signed-off-by: Itxaka <igarcia@suse.com>
2022-07-15 14:55:42 +02:00
Itxaka bcfe4d0e79
Add test for chart values (#31) 2022-07-13 10:12:15 +02:00
Itxaka 5c5f1150cb Fix all the test, remove leftovers from transition
Remove all the mentions to rancheros-operator in tests, imports and
dependencies.

Restore e2e scripts and test targets on makefile

Fix all lint issues

Signed-off-by: Itxaka <igarcia@suse.com>
2022-07-11 15:12:19 +02:00
Itxaka 01c99c5f92 Fix chart values for release
We were missing setting the proper repo and short tag on tag release and
were instead leaving the default values in there which made our released
chart point to the ci values with ci images

Instead point ot the proper repo and set the image tag of the chart to
the released tagged image (no commit or anything in the image)

Signed-off-by: Itxaka <igarcia@suse.com>
2022-04-01 11:11:39 +02:00
Itxaka f00780b43d Push index directly to update gh-pages
Signed-off-by: Itxaka <igarcia@suse.com>
2022-03-31 11:11:30 +02:00
Itxaka b733f9f24a Auto push chart to gh-pages
Signed-off-by: Itxaka <igarcia@suse.com>
2022-03-25 09:16:32 +01:00
Itxaka ac71ea0222 Rename the jobs for easy identification
Signed-off-by: Itxaka <igarcia@suse.com>
2022-03-24 10:39:43 +01:00
Itxaka 26684d1888 Drop everything not needed for ros-operator
- Drops everything not needed for ros-operator
 - New simple Dockerfile
 - New jobs based on ros-operator only
 - Remove uneeded tests
 - Remove dependency on os2 images for integration tests
 - Use gorelease to release ros-operator binaries
 - Use docker to push ci images to ros-operator-ci registry on PR
 - Use docker to push master/tag images to ros-operator registry
 - Build chart indepently
 - Have a null test CI job for future integration tests

Signed-off-by: Itxaka <igarcia@suse.com>
2022-03-24 09:47:18 +01:00