We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e68b4d commit 7071fdaCopy full SHA for 7071fda
Jenkinsfile
@@ -187,7 +187,8 @@ stage('Build') {
187
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_fsim.sh"
188
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_tsim.sh"
189
// sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
190
- sh "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh"
+ // TODO(@jroesch): need to resolve CI issue will turn back on in follow up patch
191
+ // sh "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh"
192
junit "build/pytest-results/*.xml"
193
}
194
0 commit comments