Open driazati opened 2 years ago
I very much like this!
Can you clarify what's the difference between tvm-hexagon/branch
vs tvm-hexagon/pr_head
?
My guess is that this exists only here because you're using a TVM branch instead of your fork?
I very much like this! Can you clarify what's the difference between
tvm-hexagon/branch
vstvm-hexagon/pr_head
? My guess is that this exists only here because you're using a TVM branch instead of your fork?
The branch
vs pr-head
is happening since jenkins is seeing this PR from two sources, one for the branch in the driazati/tvm
repo and one for the PR #38. For PRs from forks there is only the pr-head job, but there's not an easy way to get jenkins to skip scheduling the pr-head job altogether when an in-repo branch is used to make a PR. (this is the same as the current setup BTW, hopefully something we can eventually address since it is a bit confusing)
2