Commit c5d57cc
committed
ci: Clean workspace after every stage
Clean the workspace after every stage (ie, test) to avoid filling
disk. The downside of this change is that we can't reuse a checkout
of OMPI between stages that run on the same build node. The upside
is that we are much less likely to run out of disk space during a
test. We ran into some issues today when there were many builds,
because the workspace name is different between pull requests, and
when a build node had enough checkouts (one for each pull request),
we filled the disk.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>1 parent df5a394 commit c5d57cc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments