Actions
Bug #21156
closedRace condition between elm builds
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
Sometimes concurrent webapp builds failt due to elm:
[2022-05-23T22:51:22.808Z] time to resolve in a solid way.elm-0.19.1: /srv/jenkins/workspace/rudder_branches_rudder_7.0@2/webapp/sources/rudder/rudder-web/src/main/elm/healthcheck/elm-stuff/0.19.1/d.dat: openBinaryFile: resource busy (file is locked) [2022-05-23T22:51:23.094Z] [ERROR] Command execution failed.
Updated by Alexis Mousset over 2 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 2 years ago
We should actually cache and share ELM_HOME (~/.elm
by default), but not the local elm-stuff folders.
see https://github.com/elm/compiler/issues/1845#issuecomment-440418995 for info.
Updated by Alexis Mousset over 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4302
Updated by Alexis Mousset over 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|e7fa15ff964f68ee3b59e57a1fb5aeef75e24893.
Updated by Vincent MEMBRÉ over 2 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 2 years ago
- Status changed from Pending release to Released
Actions