From c2146d9e9a0bfa48fbdd6a891968eb2a03a72cbf Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Sat, 29 Jan 2022 10:57:52 +0900 Subject: [PATCH 1/3] validating ci_gpu:20220128-070420-fa317edf7 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1cd8575fa3fd..96641143dca2 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.67" -ci_gpu = "tlcpack/ci-gpu:v0.80" +ci_gpu = "tlcpackstaging/ci_gpu:20220128-070420-fa317edf7" ci_cpu = "tlcpack/ci-cpu:v0.80" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" From b717c0e045076d74ffe8879ee80ec9bde34af136 Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Sat, 29 Jan 2022 12:53:26 +0900 Subject: [PATCH 2/3] remove gcn tutorial workaround --- gallery/how_to/work_with_relay/build_gcn.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gallery/how_to/work_with_relay/build_gcn.py b/gallery/how_to/work_with_relay/build_gcn.py index 4352088026ef..d76baec1eec1 100644 --- a/gallery/how_to/work_with_relay/build_gcn.py +++ b/gallery/how_to/work_with_relay/build_gcn.py @@ -119,12 +119,6 @@ def evaluate(data, logits): dimension of model output (Number of classes) """ dataset = "cora" - -# Temporary disable running load_dataset(dataset) until the CI issue is resolved -import sys - -sys.exit() - g, data = load_dataset(dataset) num_layers = 1 From 845b0661b796db3a623eb07aff3742fb3893d29e Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Sun, 30 Jan 2022 08:28:04 +0900 Subject: [PATCH 3/3] update ci-gpu image to v0.81 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96641143dca2..6694b0f136a0 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.67" -ci_gpu = "tlcpackstaging/ci_gpu:20220128-070420-fa317edf7" +ci_gpu = "tlcpack/ci-gpu:v0.81" ci_cpu = "tlcpack/ci-cpu:v0.80" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74"