-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathrh-ecosystem-edge-enclave-main.yaml
More file actions
49 lines (49 loc) · 1.1 KB
/
rh-ecosystem-edge-enclave-main.yaml
File metadata and controls
49 lines (49 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
build_root:
project_image:
dockerfile_literal: |
FROM quay.io/edge-infrastructure/enclave-lab-ci:latest
ENV HOME=/tmp ANSIBLE_REMOTE_TMP=/tmp/.ansible/tmp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: shellcheck
commands: make -f Makefile.ci validate-shell
container:
from: src
- as: yamllint
commands: make -f Makefile.ci validate-yaml
container:
from: src
- as: json-schema
commands: make -f Makefile.ci validate-json-schema
container:
from: src
- as: ansible-lint
commands: make -f Makefile.ci validate-ansible
container:
from: src
- as: ansible-tags
commands: make -f Makefile.ci validate-tags
container:
from: src
- as: template-rendering
commands: make -f Makefile.ci validate-templates
container:
from: src
- as: makefile-validation
commands: make -f Makefile.ci validate-makefile
container:
from: src
- as: plugin-validation
commands: make -f Makefile.ci validate-plugins
container:
from: src
zz_generated_metadata:
branch: main
org: rh-ecosystem-edge
repo: enclave