forked from Cambricon/mlu-ops
-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (44 loc) · 1.06 KB
/
Copy pathmluops_ci.yaml
File metadata and controls
47 lines (44 loc) · 1.06 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
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:
runs-on: [yellow]
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: run_mlu_ops_ci
run: >
bash .github/scripts/invoke_ci_test.sh