Skip to content

Commit 9bdca64

Browse files
committed
Bump boilerplate to 7.3.0
1 parent 50413bf commit 9bdca64

File tree

6 files changed

+23
-25
lines changed

6 files changed

+23
-25
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: boilerplate
33
namespace: openshift
4-
tag: image-v7.0.0
4+
tag: image-v7.3.0

OWNERS_ALIASES

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ aliases:
2828
- chamalabey
2929
srep-functional-team-orange:
3030
- bergmannf
31-
- bng0y
32-
- typeid
3331
- Makdaam
34-
- mrWinston
3532
- Nikokolas3270
36-
- ninabauer
3733
- RaphaelBut
34+
- MateSaary
35+
- rolandmkunkel
36+
- petrkotas
37+
- zmird-r
38+
- evlin-rh
39+
- hectorakemp
3840
srep-functional-team-rocket:
3941
- aliceh
4042
- anispate
@@ -54,12 +56,12 @@ aliases:
5456
srep-functional-team-thor:
5557
- bmeng
5658
- MitaliBhalla
57-
- hectorakemp
5859
- feichashao
5960
- samanthajayasinghe
6061
- xiaoyu74
6162
- Dee-6777
6263
- Tessg22
64+
- smarthall
6365
srep-infra-cicd:
6466
- mmazur
6567
- mrsantamaria
@@ -71,7 +73,7 @@ aliases:
7173
- clcollins
7274
- Nikokolas3270
7375
- theautoroboto
74-
- bmeng
76+
- smarthall
7577
- sam-nguyen7
7678
- ravitri
7779
srep-team-leads:
@@ -82,11 +84,12 @@ aliases:
8284
- dustman9000
8385
- wanghaoran1988
8486
- bng0y
87+
- bmeng
88+
- typeid
8589
sre-group-leads:
8690
- apahim
8791
- maorfr
8892
- rogbas
8993
srep-architects:
90-
- jewzaam
9194
- jharrington22
9295
- cblecker

boilerplate/_data/backing-image-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
image-v7.0.0
1+
image-v7.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8eb2484eb85908aa8a6036e2474a2815780114b4
1+
933276b05c4d7c6a049aad2a1b291de3281b1a7b

boilerplate/openshift/osd-container-image/OWNERS_ALIASES

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ aliases:
2828
- chamalabey
2929
srep-functional-team-orange:
3030
- bergmannf
31-
- bng0y
32-
- typeid
3331
- Makdaam
34-
- mrWinston
3532
- Nikokolas3270
36-
- ninabauer
3733
- RaphaelBut
34+
- MateSaary
35+
- rolandmkunkel
36+
- petrkotas
37+
- zmird-r
38+
- evlin-rh
39+
- hectorakemp
3840
srep-functional-team-rocket:
3941
- aliceh
4042
- anispate
@@ -54,12 +56,12 @@ aliases:
5456
srep-functional-team-thor:
5557
- bmeng
5658
- MitaliBhalla
57-
- hectorakemp
5859
- feichashao
5960
- samanthajayasinghe
6061
- xiaoyu74
6162
- Dee-6777
6263
- Tessg22
64+
- smarthall
6365
srep-infra-cicd:
6466
- mmazur
6567
- mrsantamaria
@@ -71,7 +73,7 @@ aliases:
7173
- clcollins
7274
- Nikokolas3270
7375
- theautoroboto
74-
- bmeng
76+
- smarthall
7577
- sam-nguyen7
7678
- ravitri
7779
srep-team-leads:
@@ -82,11 +84,12 @@ aliases:
8284
- dustman9000
8385
- wanghaoran1988
8486
- bng0y
87+
- bmeng
88+
- typeid
8589
sre-group-leads:
8690
- apahim
8791
- maorfr
8892
- rogbas
8993
srep-architects:
90-
- jewzaam
9194
- jharrington22
9295
- cblecker

boilerplate/openshift/osd-container-image/standard.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ ifndef IMAGE_NAME
1111
$(error IMAGE_NAME is not set)
1212
endif
1313

14-
# In openshift ci (Prow), we need to set $HOME to a writable directory else tests will fail
15-
# because they don't have permissions to create /.local or /.cache directories
16-
# as $HOME is set to "/" by default.
17-
ifeq ($(HOME),/)
18-
export HOME=/tmp/home
19-
endif
20-
PWD=$(shell pwd)
21-
2214
### Accommodate docker or podman
2315
#
2416
# The docker/podman creds cache needs to be in a location unique to this

0 commit comments

Comments
 (0)