Closed
Bug 1573557
Opened 6 years ago
Closed 6 years ago
Toolchain Interactive Tasks delete all the content automatically
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1492362
People
(Reporter: tjr, Unassigned)
Details
If you run an interactive task of a toolchain, the build will complete, and the logs will show something like:
[task 2019-08-13T16:00:03.122Z] ~/workspace/build/llvm-project/build/stage3 ~/workspace/build/llvm-project
[task 2019-08-13T16:00:03.122Z] tar caf clangmingw.tar.xz clang
[task 2019-08-13T16:00:03.122Z] + tar caf clangmingw.tar.xz clang
[task 2019-08-13T16:00:16.951Z] mv clangmingw.tar.xz $UPLOAD_DIR
[task 2019-08-13T16:00:16.951Z] + mv clangmingw.tar.xz /builds/worker/artifacts
[task 2019-08-13T16:00:17.122Z] popd
[task 2019-08-13T16:00:17.122Z] + popd
[task 2019-08-13T16:00:17.122Z] ~/workspace/build/llvm-project
[fetches 2019-08-13T16:00:17.123Z] removing /builds/worker/workspace/build
With /builds/worker/workspace/build
deleted - there is no way to inspect the files of the task and potentially modify/re-run things.
This seems like a somewhat-recent regression, I know this used to work a bit ago.
Comment 1•6 years ago
|
||
This is not exactly new.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•