Commit 8e5e494
[CI] Split linux REPL tests into "build" and "run" (project-chip#41960)
* Test cross-workflow sharing of REPL build logic.
* Update logic: fix typo in artifact name.
* Switch run test instance to namespace.so
* Fix up the paths that are being uploaded.
* Artifacts do not need a unique name: they are for sharing across jobs in
the same workflow.
* Fix profile name
* Add temporary debug capability.
* Add andy31415 as an authorized user for breakpoints.
* Try to fix up artifacts: smaller and proper permissions.
* Fix the strip path
* Update/fix strip command.
* Clean up tar creation (less verbose).
Things seem to work now MUCH better.
* Avoid extra work for jupyter notebooks.
* Fix jupyter folder path.
* Make TSAN suppression file absolute
* use GITHUB_WORKSPACE since github.workspace seems to potentially point
to other places.
* use GITHUB_WORKSPACE since that is what works in containers according to .github/workflows/java-tests.yaml
* remove objdir-clone logic generally
* Try to fix up TSAN and CCACHE options
* Remove a tsan option that will be overriden
* Fixes
* Fix path for suppressions again (trailing quote)
* Update .github/workflows/tests.yaml
Co-authored-by: Copilot <[email protected]>
* Try to fix ASR running out of space.
* Update .github/workflows/tests.yaml
Co-authored-by: Copilot <[email protected]>
* Fix title typo
* Try to avoid "artifact already exists" error.
* Speed up archiving, add some debug option for run (figure out why we
fail on suppression file)
* Look to undo the suppression path error.
* Remove breakpoint
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>1 parent 749558f commit 8e5e494
File tree
5 files changed
+135
-110
lines changed- .github
- actions
- bootstrap
- setup-ccache
- workflows
5 files changed
+135
-110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments