Skip to content

Commit

Permalink
Add s390x unit test job (#3552)
Browse files Browse the repository at this point in the history
* Add s390x unit test job

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

* adjust lane and brachn skips

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

* fix regex

Co-authored-by: Brian Carey <bcarey@redhat.com>
Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

* remove mirror proxy

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

* bazel unnested flag set attempt

Attempt to run the unit test job without a builder image

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

* Revert "bazel unnested flag set attempt"

This reverts commit 81e2479.

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

* switching to new bare metal cluster

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>

---------

Signed-off-by: Thomas-David Griedel <griedel911@gmail.com>
Co-authored-by: Brian Carey <bcarey@redhat.com>
  • Loading branch information
Davo911 and brianmcarey committed Sep 12, 2024
1 parent fecef62 commit ad6c437
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,34 @@ presubmits:
resources:
requests:
memory: "8Gi"
- name: pull-cdi-unit-test-s390x
skip_branches:
- release-v\d+\.\d+
cluster: prow-s390x-workloads
annotations:
fork-per-release: "true"
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 1h
grace_period: 5m
labels:
preset-podman-in-container-enabled: "true"
spec:
containers:
- image: quay.io/kubevirtci/golang:v20240711-f55d15c
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
- "make test-unit"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
memory: "8Gi"
- name: pull-cdi-goveralls
always_run: true
optional: true
Expand Down

0 comments on commit ad6c437

Please sign in to comment.