Skip to content

Commit f917836

Browse files
authored
Merge pull request #1034 from deads2k/prep-prow
add verify target and OWNERS in preparation for prow
2 parents 96fa32d + 284d5b5 commit f917836

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ metamodel_version:=v0.0.67
4141
metamodel_url:=https://github.com/openshift-online/ocm-api-metamodel/releases/download/$(metamodel_version)/metamodel-$(UNAME)-amd64
4242
metamodel_sha1_url:=https://github.com/openshift-online/ocm-api-metamodel/releases/download/$(metamodel_version)/metamodel-$(UNAME)-amd64.sha256
4343

44+
verify: check
45+
.PHONY: verify
46+
4447
.PHONY: check
4548
check: metamodel
4649
./metamodel check --model=model

OWNERS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2+
# Fetched from https://github.com/openshift-online/ocm-service-common root OWNERS
3+
# If the repo had OWNERS_ALIASES then the aliases were expanded
4+
# Logins who are not members of 'openshift' organization were filtered out
5+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
6+
7+
# to be significantly reduced once top-level architects decide API review shape
8+
approvers:
9+
- ahitacat
10+
- ciaranRoche
11+
- davidleerh
12+
- gdbranco
13+
- lucasponce
14+
- machi1990
15+
- miguelsorianod
16+
- oriAdler
17+
- renan-campos
18+
- vkareh
19+
- zgalor
20+
reviewers:
21+
- ahitacat
22+
- ciaranRoche
23+
- davidleerh
24+
- gdbranco
25+
- lucasponce
26+
- machi1990
27+
- miguelsorianod
28+
- oriAdler
29+
- renan-campos
30+
- vkareh
31+
- zgalor

0 commit comments

Comments
 (0)