Skip to content
Snippets Groups Projects
Unverified Commit c0e1ce66 authored by Shenghang Tsai's avatar Shenghang Tsai Committed by GitHub
Browse files

Use different tag for ci build and ci release (#5170)


Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
parent b6e1196f
No related branches found
No related tags found
No related merge requests found
......@@ -118,17 +118,17 @@ jobs:
- test_suite: cuda
cuda_version: 10.2
extra_flags: --extra_oneflow_cmake_args=-DFOR_CI=ON --extra_oneflow_cmake_args=-DRPC_BACKEND=GRPC,LOCAL
os: [self-hosted, linux, release]
os: [self-hosted, linux, build]
allow_fail: false
- test_suite: cpu
cuda_version: 10.2
extra_flags: --extra_oneflow_cmake_args=-DFOR_CI=ON --extra_oneflow_cmake_args=-DBUILD_SHARED_LIBS=ON --extra_oneflow_cmake_args=-DRPC_BACKEND=LOCAL --cpu --gcc7
os: [self-hosted, linux, release]
os: [self-hosted, linux, build]
allow_fail: false
- test_suite: xla
cuda_version: 10.1
extra_flags: --extra_oneflow_cmake_args=-DFOR_CI=ON --extra_oneflow_cmake_args=-DRPC_BACKEND=GRPC,LOCAL --xla
os: [self-hosted, linux, release]
os: [self-hosted, linux, build]
allow_fail: true
- test_suite: mac
cuda_version: ""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment