Pipelines fail for Oniro-core/docs
Currently some of the pipelines for Oniro-core/docs fail, for example those:
The problem is that /builds/eclipse/oniro-core/docs/index.rst:43:toctree contains reference to nonexisting document 'oniro/oniro-quick-build'
.
This bug prevents docs update on RTD
It may have something to do with symlinks
- Show closed items
Blocks
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Grzegorz Gwóźdź added 🚂 merge-trains label
added 🚂 merge-trains label
- Grzegorz Gwóźdź changed title from Pipeline fails for Oniro-core/docs to Pipelines fail for Oniro-core/docs
changed title from Pipeline fails for Oniro-core/docs to Pipelines fail for Oniro-core/docs
- Grzegorz Gwóźdź changed the description
Compare with previous version changed the description
- Grzegorz Gwóźdź assigned to @zyga
assigned to @zyga
- Zygmunt Krynicki changed iteration to Oniro Core Iterations Sep 1, 2022 - Sep 30, 2022
changed iteration to Oniro Core Iterations Sep 1, 2022 - Sep 30, 2022
- Luca Seritan mentioned in merge request !291 (merged)
mentioned in merge request !291 (merged)
- Luca Favaretto marked this issue as related to docs#156 (closed)
marked this issue as related to docs#156 (closed)
- Luca Favaretto marked this issue as related to docs#152 (closed)
marked this issue as related to docs#152 (closed)
- Luca Favaretto added IssueBug label
added IssueBug label
- Luca Favaretto added SeverityCritical label
added SeverityCritical label
- Luca Favaretto removed SeverityCritical label
removed SeverityCritical label
- Luca Favaretto added SeverityNormal needs-investigation labels
added SeverityNormal needs-investigation labels
- Grzegorz Gwóźdź changed the description
Compare with previous version changed the description
- Reporter
Looking at what the CI is running, I noticed that after syncing the repo, it does this:
++ echo 'CI: Replacing docs with /builds/eclipse/oniro-core/docs' ++ rm -rf docs ++ ln -sf /builds/eclipse/oniro-core/docs docs
Symlinks in docs are relative, so now they point to
/builds/eclipse/oniro-core/oniro/docs
and/builds/eclipse/oniro-core/meta-openharmony/docs
which I suspect do not exist. Could this be the case? - Author Reporter
Actually this pipeline passes, but CI has somehow changed and there are a bit different instructions
I'm not sure whether it matters, but in the not working one the order is (line 38):
repo has been initialized in /tmp/workspace.9ZWNUccGew Downloading manifest from https://gitlab.eclipse.org/eclipse/oniro-core/oniro
and in the working one the order is reversed
Edited by Grzegorz Gwóźdź - Andrei Gherzan added SeverityCritical label and removed SeverityNormal label
added SeverityCritical label and removed SeverityNormal label
- Grzegorz Gwóźdź mentioned in merge request docs!19 (merged)
mentioned in merge request docs!19 (merged)
- Developer
This is fixed. There's a new bug related to permissions in the deploy stage.
- Grzegorz Gwóźdź closed
closed
- Developer
@zyga , thx, Any issue to track ?
- Luca Favaretto added ValidationPassed label
added ValidationPassed label