Find tests that are skipped in every configuration#1969
Find tests that are skipped in every configuration#1969mdboom wants to merge 8 commits intoNVIDIA:mainfrom
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
|
|
|
/ok to test |
Yep. So much for cowboy coding. |
|
/ok to test |
|
/ok to test |
|
I added a test that always skips. It's not getting reported. So this still isn't working. |
|
/ok to test |
|
This is cool. |
| fi | ||
|
|
||
| # Start intersection from the first wheel configuration, then narrow. | ||
| cp "${WORKDIR}/configs/${configs[0]}/skipped.txt" "${WORKDIR}/intersection.txt" |
There was a problem hiding this comment.
My $0.02: At this complexity, I'd looking at shelling out to python instead of trying to do this much data wrangling in the shell.
There was a problem hiding this comment.
Yeah - I totally agree. This is vibe-coded -- I think my next ask of it is to convert all this to Python. It also isn't doing the right thing. I think Python will make it easier to understand why -- and maybe the agent as well.
|
/ok to test |
| env: | ||
| GH_TOKEN: ${{ github.token }} | ||
| run: | | ||
| python ci/tools/report_universally_skipped_tests.py |
There was a problem hiding this comment.
Need to check out the repo first
|
/ok to test |
|
/ok to test |
See #1903