Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[BUGFIX] [v1.8.x] Fix flaky intgemm test in v1.8.x too #19204

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

kpuatamazon
Copy link
Contributor

Description

Fix #19197 for the v1.8.x branch. Related pull requests in other branches: #19202 #/19201

Checklist

Essentials

  • PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented

Changes

  • Fix flaky test by properly banning 0.5

Comments

Duplicate of #19202

@mxnet-bot
Copy link

Hey @kpuatamazon , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [windows-gpu, website, miscellaneous, clang, edge, centos-gpu, centos-cpu, windows-cpu, sanity, unix-cpu, unix-gpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@kpuatamazon
Copy link
Contributor Author

@mxnet-bot run ci [windows-gpu]

[2020-09-21T17:31:37.918Z] mxnetwindows-cpu_h8nhn9jd9l was marked offline: Connection was broken: java.nio.channels.ClosedChannelException
[2020-09-21T17:31:37.918Z] 	at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
[2020-09-21T17:31:37.918Z] 	at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetworkLayer.java:179)
[2020-09-21T17:31:37.918Z] 	at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:795)
[2020-09-21T17:31:37.918Z] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2020-09-21T17:31:37.918Z] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[2020-09-21T17:31:37.918Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2020-09-21T17:31:37.918Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2020-09-21T17:31:37.918Z] 	at java.base/java.lang.Thread.run(Thread.java:834)
[2020-09-21T17:31:37.918Z] 
Unable to create live FilePath for mxnetwindows-cpu_h8nhn9jd9l

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [windows-gpu]

@samskalicky samskalicky merged commit fe7cf99 into apache:v1.8.x Sep 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants