From 96e8c6bda25c5f6039b96994eaf5541b7eee27f7 Mon Sep 17 00:00:00 2001 From: x54-729 <17307130121@fudan.edu.cn> Date: Tue, 13 Sep 2022 13:33:31 +0800 Subject: [PATCH] update .Jenkinsfile --- .Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index cf238595..8235f27a 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -18,7 +18,7 @@ pipeline { } } steps { - sh 'pytest ./tests --durations=0 --html=other.html --self-contained-html -m "not (torch or paddle or paddledist or jittor or torchpaddle or torchjittor)"' + sh 'pytest ./tests --durations=0 --html=other.html --self-contained-html -m "not (torch or paddle or paddledist or jittor or oneflow or oneflowdist or torchpaddle or torchjittor or torchoneflow)"' } post { always {