Skip to content

[Feature](mlu-ops): New CI v2 #200

[Feature](mlu-ops): New CI v2

[Feature](mlu-ops): New CI v2 #200

name: mluops_all_system_test
on:
push:
branches: [master, r*]
paths:
- 'CMakeLists.txt'
- 'independent_build.sh'
- 'build.sh'
- 'build.property'
- 'test/mlu_op_gtest/CMakeLists.txt'
- 'cmake/*'
- 'CMakeLists.txt'
tags:
- v*
pull_request:
branches: [master, r*]
paths:
- '.github/workflows/mluops_all_system_ci.yaml'
- 'CMakeLists.txt'
- 'independent_build.sh'
- 'build.sh'
- 'build.property'
- 'test/mlu_op_gtest/CMakeLists.txt'
- 'cmake/*'
- 'CMakeLists.txt'
jobs:
test:
strategy:
matrix:
mlu_ops_version : [1.2.0]
os: [ubuntu20.04, centos7, centos8, kylin10]
runs-on: [yellow]
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: run_mlu_ops_ci
run: >
echo "success"