Skip to content

Commit

Permalink
update p3 tests to run on g4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed May 3, 2020
1 parent 359e03f commit 471c3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def test_unix_python3_gpu() {

def test_unix_python3_quantize_gpu() {
return ['Python3: Quantize GPU': {
node(NODE_LINUX_GPU_P3) {
node(NODE_LINUX_GPU_G4) {
ws('workspace/ut-python3-quantize-gpu') {
timeout(time: max_time, unit: 'MINUTES') {
try {
Expand Down Expand Up @@ -932,7 +932,7 @@ def test_unix_python3_mkldnn_nocudnn_gpu() {

def test_unix_python3_tensorrt_gpu() {
return ['Python3: TensorRT GPU': {
node(NODE_LINUX_GPU_P3) {
node(NODE_LINUX_GPU_G4) {
ws('workspace/build-tensorrt') {
timeout(time: max_time, unit: 'MINUTES') {
try {
Expand Down

0 comments on commit 471c3ae

Please sign in to comment.