Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit b1bf47f

Browse files
committed
skip chainer tests in cupy_pr for v8
1 parent b0ed54e commit b1bf47f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

run_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ def main():
8080
# After releasing v8 as stable, remove this condition.
8181
version.is_master_branch('cupy'))
8282

83-
skip_chainer_test = _get_job_name() == 'cupy_pr' and is_cupy_8_or_later
83+
skip_chainer_test = (
84+
_get_job_name() == 'chainer/cupy_pr' and is_cupy_8_or_later)
8485

8586
if not is_cupy_8_or_later:
8687
numpy_min_version = '1.9'

0 commit comments

Comments
 (0)