-
Notifications
You must be signed in to change notification settings - Fork 106
51 lines (48 loc) · 1.15 KB
/
mluops_ci.yaml
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
50
51
name: mluops_ci
on:
push:
branches: [master, r*]
paths-ignore:
- 'docs/**'
- 'docker/**'
- 'samples/**'
- 'installer/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/pull_request_template.md'
- 'CONTRIBUTION.md'
- 'CPPLINT.cfg'
- 'LICENSE'
- 'README.md'
- 'requirements.txt'
- '.github/workflows/mluops_all_system_ci.yaml'
- '.github/workflows/daily.yaml'
pull_request:
branches: [master, r*]
paths-ignore:
- 'docs/**'
- 'docker/**'
- 'samples/**'
- 'installer/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/pull_request_template.md'
- 'CONTRIBUTION.md'
- 'CPPLINT.cfg'
- 'LICENSE'
- 'README.md'
- 'requirements.txt'
- '.github/workflows/mluops_all_system_ci.yaml'
- '.github/workflows/daily.yaml'
jobs:
test:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [v1.4.2]
runs-on: [yellow]
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: run_mlu_ops_ci
run: >
bash .github/scripts/invoke_ci_test.sh