-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.job.yml
More file actions
46 lines (40 loc) · 1.39 KB
/
.job.yml
File metadata and controls
46 lines (40 loc) · 1.39 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
---
version: 2.0
builds:
build-all:
commands: [ "/bin/sh", "-c", "cd /usr/src/github.com/ROCm/device-config-manager && make compile-amdsmi-all"]
owners: ["email:nkomarla@amd.com"]
area:
sub-area:
feature:
build-device-config-manager-docker-ubi9:
commands: ["sh", "-c", "cd /usr/src/github.com/ROCm/device-config-manager && HOURLY_TAG_LABEL=$RELEASE make all"]
owners: ["email:nkomarla@amd.com"]
artifacts:
- /device-config-manager/docker/obj/config-manager-ubi9-latest.tgz
build-helm-artifact:
commands: ["sh", "-c", "cd /usr/src/github.com/ROCm/device-config-manager && make helm-build"]
owners: ["email:nkomarla@amd.com"]
artifacts:
- /device-config-manager/helm-charts/device-config-manager-charts-v1.4.1.tgz
targets:
api-checks:
commands: [ "/bin/sh", "-c", "cd /usr/src/github.com/ROCm/device-config-manager && \
make checks"]
owners: ["email:nkomarla@amd.com"]
area:
sub-area:
feature:
build-dependencies:
- build-device-config-manager-docker-ubi9
- build-helm-artifact
- build-all
docs-sanity:
commands: [ "sh", "-c", "cd /usr/src/github.com/ROCm/device-config-manager && make docs"]
owners: ["email:nkomarla@amd.com"]
image:
bind_dir: "/device-config-manager"
work_dir: "/device-config-manager"
jobs:
asset-build:
labels: ["CI-Sanity-Build"]