Commit 1e4002f
committed
test: Enable to test custom CPU templates w/o python code modification
Previously to test custom CPU templates for temporary testing purpose in
development, we needed to modify Python code (especially
tests/framework/utils_cpu_templates.py) manually. That is very
cumbersome and slows down our development / test / debug cycle, since it
requires us to make a commit and push it manually.
With this change, we become able to inject custom CPU templates into
test (not only from local but also from buildkite) without modifying
python code.
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent 1825aa4 commit 1e4002f
File tree
2 files changed
+9
-0
lines changed- tests
- data/custom_cpu_templates
- framework
2 files changed
+9
-0
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
0 commit comments