Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions ci/jenkins/generated/cpu_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions ci/jenkins/templates/cpu_jenkinsfile.groovy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
cmake_build(ci_cpu, 'build')
make_cpp_tests(ci_cpu, 'build')
{{ m.upload_artifacts(tag='cpu', filenames=tvm_lib + tvm_allvisible + cpptest) }}
ci_setup(ci_cpu)
// sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
// TODO(@jroesch): need to resolve CI issue will turn back on in follow up patch
sh (script: "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh", label: 'Rust build and test')
{% endcall %}

{% set test_method_names = [] %}
Expand Down
6 changes: 0 additions & 6 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,3 @@ tasks.
```bash
./docker/ci_build.sh ci_gpu make -C docs html
```

- build golang test suite.

```bash
./docker/build.sh ci_cpu tests/scripts/task_golang.sh
```
81 changes: 0 additions & 81 deletions golang/Makefile

This file was deleted.

126 changes: 0 additions & 126 deletions golang/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions golang/sample/Makefile

This file was deleted.

Loading
Loading