Closed beam2d closed 5 years ago
/test
Successfully created a job for commit fc28744:
/test
Successfully created a job for commit eab544b:
Reverted the change on gen_config.py
and config.pbtxt
. I will send PRs to Chainer and CuPy to change configs.
cupy/cupy#2577 and chainer/chainer#8331 has merged.
Those PRs should be back-ported on v6 branches.
Those PRs should be back-ported on v6 branches.
How about using include_dot_git
in the default config of each job? Currently nothing is configured in v6 branch and using the default config. https://github.com/chainer/chainer/blob/v6/.pfnci/config.pbtxt
How about using include_dot_git in the default config of each job? Currently nothing is configured in v6 branch and using the default config. https://github.com/chainer/chainer/blob/v6/.pfnci/config.pbtxt
That is another option. However, I recommend to update v6's config.pbtxt since it is hard to maintain the default configs.
That is another option. However, I recommend to update v6's config.pbtxt since it is hard to maintain the default configs.
OK, I agree with that idea, will do.
Backport to v6 branch have been merged (both chainer/cupy). @beam2d Could you take a look on my comment, or should I takeover?
Sorry for being late, I applied your comments. Thank you!
/test
Successfully created a job for commit 4d5e6ab:
In the current CI, when testing a pull request to Chainer (CuPy) stable branch, the script installs the master version of CuPy (Chainer). This PR fixes the script to use the stable version of CuPy (Chainer) in such a case. It will hopefully resolve some troubles after dropping Python2 in master branches.