Commit Graph

133 Commits

Author SHA1 Message Date
kubevirt-bot
d3ee3d1cbe
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3768)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-06-02 13:52:10 +02:00
kubevirt-bot
5706f5b1fb
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3751)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-05-16 13:49:23 +02:00
Alex Kalenyuk
62a4176472
Fix rpm deps generation (#3699)
* Bump bazeldnf for caret sanitizing in URL

Trying to bump deps results in
```
Error in repository_rule: invalid repository name 'passt-0__0^20250320.g32f6212-1.el9.x86_64': workspace names may contain only A-Z, a-z, 0-9, '-', '_' and '.'
```
This is fixed in https://github.com/rmohr/bazeldnf/pull/25.

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* clean up dead repos

nsoffer isn't needed since everything exists in proper ovirt
arm64 no longer exists on the regular ovirt repo, adjusting

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* run make rpm-deps

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

---------

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2025-05-15 17:54:01 +02:00
kubevirt-bot
71a3b71291
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3693)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-04-09 14:14:03 +02:00
kubevirt-bot
acbd444473
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3683)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-03-25 14:31:02 +01:00
kubevirt-bot
d8b2d35b1d
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3666)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-03-11 13:04:02 +01:00
kubevirt-bot
e4a4d1a6d6
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3643)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-02-25 13:00:44 +01:00
kubevirt-bot
9e787fef38
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3626)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-02-04 13:01:12 +01:00
kubevirt-bot
9c197bdb31
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3616)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-01-27 15:06:58 +01:00
kubevirt-bot
7c9bf89f0f
Run go run ./robots/cmd/uploader -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3613)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-01-23 20:04:53 +01:00
kubevirt-bot
66b15ab9a6
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3584)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2025-01-09 18:44:31 +01:00
kubevirt-bot
b5482dc214
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3561)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-12-10 13:53:43 +01:00
kubevirt-bot
ed0b779381
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3531)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-11-20 13:17:13 +01:00
kubevirt-bot
2a4cf034e9
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3420)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-09-03 14:06:37 +02:00
Arnon Gilboa
202990ac92
Bump rpms to fix concurrent host-assisted clone tar failure on file change during read (#3347)
* Bump tar rpm to fix concurrent host-assisted clone failure

The source pvc of clone source-pod `cdi-data-vol` volume is not mounted
as `ReadOnly`, and when several host-assisted clones from the same PVC
are done concurrently, the `disk.img` ctime may change during the
operation, so `tar` fails and the pod is restarted:
  clone-source.go:41] Subprocess did not execute successfully, result is: '\x01'
  /usr/bin/tar: disk.img: file changed as we read it

The issue happens with the current tar version 1.34, but seems to be
solved in 1.35 (https://www.gnu.org/software/tar):
  * Warn file changed as we read it less often. Formerly, tar warned if
    the file's size or ctime changed. However, this generated a false
    positive if tar read a file while another process hard-linked to it,
    changing its ctime. Now, tar warns if the file's size, mtime, user
    ID, group ID, or mode changes. Although neither heuristic is
    perfect, the new one should work better in practice.

Signed-off-by: Arnon Gilboa <agilboa@redhat.com>

* Run make rpm-deps

Signed-off-by: Arnon Gilboa <agilboa@redhat.com>

---------

Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
2024-09-03 02:48:09 +02:00
cfillekes
e00c92a557
s390x enablement WIP (#3357)
* s390x enablement

Signed-off-by: cfilleke <cfilleke@redhat.com>

* should resolve remaining merge conflicts

Signed-off-by: cfilleke <cfilleke@redhat.com>

* correct prev commit to resolve merge conflicts

Signed-off-by: cfilleke <cfilleke@redhat.com>

* to resolve generate-verify issue

Signed-off-by: cfilleke <cfilleke@redhat.com>

* provide registry container for s390x, vddk datasource stub fix and util data type fix

Signed-off-by: cfilleke <cfilleke@redhat.com>

* get the linter to fix things

Signed-off-by: cfilleke <cfilleke@redhat.com>

* fix linter issue

Signed-off-by: cfilleke <cfilleke@redhat.com>

---------

Signed-off-by: cfilleke <cfilleke@redhat.com>
Signed-off-by: cfillekes <cfilleke@redhat.com>
2024-08-31 05:03:56 +02:00
kubevirt-bot
d6e6253a17
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3412)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-08-30 20:27:55 +02:00
kubevirt-bot
40fd89cd3b
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3407)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-08-23 21:08:35 +02:00
Alexander Wels
43f427058e
Run make rpm-deps to udpate dependencies for all arches (#3405)
* Rollback nginx from 1.24.0->1.22.1 to avoid segfaults when pulling https

Possibly a bug with nginx, there were some segfault fixes in 1.25.4 release:
https://nginx.org/en/CHANGES
https://github.com/openresty/lua-nginx-module/issues/2218

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Run make rpm-deps to udpate dependencies for all arches

Ensure the dependencies are up to date so we can
easily merge with s390x PRs in the future.

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

---------

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
Co-authored-by: Alex Kalenyuk <akalenyu@redhat.com>
2024-08-22 11:48:31 +02:00
kubevirt-bot
6721edc2f9
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3355)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-07-25 14:07:08 +02:00
kubevirt-bot
da3d7a146e
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3334)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-07-07 13:44:59 +02:00
kubevirt-bot
7a49da9ad1
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3264)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-05-16 22:28:24 +02:00
Alex Kalenyuk
d2f3903e97
Use new 1.22.3 builder (#3250)
* Use new builder with 1.22.3

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Update rules_go to v0.46.0

More info at https://github.com/bazelbuild/rules_go/pull/3756

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Bump go to version 1.22 in go.mod & make deps-update

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* make generate

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Run prom metric linter entirely in builder

We we're executing the go build command directly on the host instead
of in the container

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Bump golangci version due to panic

Bumping to avoid a panic with 1.22.3
```
ERRO [runner] Panic: SA1027: package "main" (isInitialPkg: true, needAnalyzeSource: true): runtime error: invalid memory address or nil pointer dereference: goroutine 20883 [running]:
runtime/debug.Stack()
	/gimme/.gimme/versions/go1.22.3.linux.amd64/src/runtime/debug/stack.go:24 +0x5e
```

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

---------

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2024-05-16 07:16:24 +02:00
kubevirt-bot
dcc3921a35
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3260)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-05-15 14:12:23 +02:00
Benny Zlotnik
46f0f76ed4
forklift: introduce forklift controller (#2983)
* forklift: add types for forklift populators

Introduce the OvirtVolumePopulator and OpenstackVolumePopulator types

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: introduce forklift controller

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: add CRD missing CRD suffix

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: fix tests

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: start support for mutated PVC

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: fix linter issues

and skip bound PVCs

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: update vendor and generated code

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: remove unnecessary argument

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: add ovirt-populator to cdi-importer

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: fix linter issues

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: fix contrller_test

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: regenerate swagger

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: normalize ovirt image name

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: restore OVIRT_POPULATOR_IMAGE_NAME

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: address comments

- remove accidental copy-paste
- change type of NAD reference to string
- use NAD in the controller

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: add doc with examples for the forklift populators

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: rename secret reference

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: fix linter warning

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: update deps

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: fix linter issues

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: use ginkgo for openstack populator test

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* Roll back nginx from 1.24.0 to 1.22.1 to avoid segfaults when pulling…
… images with tls

Possibly a bug, there were some segfault fixes in 1.25.4 release:
https://nginx.org/en/CHANGES

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* forklift: address comments

- Fix const
- Reverse conditional
- Pass context to reconcile
- Improve cross namespace check
- Add populator pod watcher

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: address comments

- Drop unnecessary comments
- Add dataSourceRef check
- Add node to spec

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: add restartCount annotation

- fix race condition leaving Running phase in annotation
- fix metrics UT

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: address comments

- Change optional fields to a pointer
- Fix Pod watch
- Add NotFound check to avoid an extra reconile

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: regenerate

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

---------

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
Co-authored-by: Alex Kalenyuk <akalenyu@redhat.com>
2024-05-14 21:38:22 +02:00
kubevirt-bot
b4fb6f68ed
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3247)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-05-07 19:40:15 +02:00
kubevirt-bot
1d66813d77
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3199)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-04-17 14:35:59 +02:00
kubevirt-bot
627b6cb7c4
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3154)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-03-26 12:59:22 +01:00
kubevirt-bot
0b4ebe81af
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3086)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-01-25 12:48:06 +01:00
Alex Kalenyuk
ddecfe74c5
Bump builder, switch to go 1.21, make deps-update & generate (#3084)
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2024-01-25 06:18:06 +01:00
kubevirt-bot
134d6006dd
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3069)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-01-17 14:21:59 +01:00
Alex Kalenyuk
0fb2261ee5
Make rpm-deps following #3065 (#3067)
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2024-01-16 18:15:59 +01:00
kubevirt-bot
9ff5671e53
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3061)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2024-01-12 20:45:57 +01:00
Benny Zlotnik
d3421bfe7a
forklift: add forklift populators to cdi-importer (#2947)
* forklift: add forklift populators to cdi-importer

Add forklift populators, ovirt-populator and openstack-populator to the
cdi-importer image, this includes:
- Add RPM dependencies to cdi-importer for ovirt-populator
  (ovirt-imageio-client, ovirt-engine-sdk)
- Executables for the populators under cmd/openstack-populator and
  cmd/ovirt-populator, and use them in cdi-importer-image
- OpenStack go SDK library - gophercloud - added for the OpenStack
  populator

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* Add exceptions to language.sh

oVirt still uses master for branch name so artifacts URLs will include
this term. This patch adds exceptions for files referencing these
artifacts.

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

* forklift: add aarch64 dependencies

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>

---------

Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
2024-01-11 13:58:40 +01:00
kubevirt-bot
28e4d76ccf
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#3035)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-12-20 14:01:09 +01:00
kubevirt-bot
ff604183e2
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2995)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-11-21 15:53:17 +01:00
kubevirt-bot
eb54295217
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2984)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-11-15 20:39:22 +01:00
Alexander Wels
cad60e1db0
Use golang 1.20.10 when building CDI (#2942)
Updated builder used to tag 2310202104-20cced838

Signed-off-by: Alexander Wels <awels@redhat.com>
2023-10-27 19:28:15 +02:00
kubevirt-bot
472db41364
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2939)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-10-24 20:40:12 +02:00
kubevirt-bot
798520f31f
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2924)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-10-11 17:31:17 +02:00
kubevirt-bot
84508ad604
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2877)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-08-30 04:09:23 +02:00
kubevirt-bot
966c903d25
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2849)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-08-17 16:13:34 +02:00
Alexander Wels
1f14ac7545
Always use scratchspace when importing and converting (#2832)
* Remove older nbdkit

Signed-off-by: Alexander Wels <awels@redhat.com>

* When converting always use scratch space importing instead
of ndbkit. Once we are able to get nbdkit 1.35.8 or newer
we can revert this change since that will include improvements
to the downloading speed.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Disable metrics test for import because straight import doesn't
return total, and this means the metrics are disabled.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Fix broken functional tests

Signed-off-by: Alexander Wels <awels@redhat.com>

* Address review comments

Signed-off-by: Alexander Wels <awels@redhat.com>

* Additional review comments.
Fixed functional test that was not doing the right
thing while running the test.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Always set preallocation on block devices when directly
writing to the device

Signed-off-by: Alexander Wels <awels@redhat.com>

---------

Signed-off-by: Alexander Wels <awels@redhat.com>
2023-08-11 22:31:28 +02:00
kubevirt-bot
6ed8f87527
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2770)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-06-30 14:10:34 +02:00
Maya Rashish
81fd90fd45
Run make rpm-deps (#2741)
* Run make rpm-deps

Signed-off-by: Maya Rashish <mrashish@redhat.com>

* Avoid overlayfs error message by using vfs driver

Signed-off-by: Maya Rashish <mrashish@redhat.com>

---------

Signed-off-by: Maya Rashish <mrashish@redhat.com>
2023-06-25 18:38:39 +02:00
kubevirt-bot
3990f4605d
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2751)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-06-14 18:31:08 +02:00
akalenyu
5b0415e261
Use registry image from quay instead of dockerhub (#2664)
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2023-03-24 17:46:31 +00:00
kubevirt-bot
b24997a0e6
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2639)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-03-14 16:14:37 +00:00
akalenyu
20dc7d438a
Make deps update and bump to go 1.19 utilizing new builder (#2632)
* Make deps update

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* go 1.19 & use new builder

rules_go bump needed because of https://github.com/bazelbuild/bazel-gazelle/issues/1332#issuecomment-1279860889

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Run linter following go bump

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* make generate following builder bump

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

---------

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2023-03-13 13:04:12 +00:00
kubevirt-bot
f35c925eac
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/prow/go/src/github.com/kubevirt/project-infra/../containerized-data-importer/WORKSPACE -dry-run=false (#2594)
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
2023-02-17 20:50:03 +01:00