Actions
action #120564
closed[qem-dashboard] Assets are not cleaned up on deployment
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2022-11-15
Due date:
2022-11-30
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
The deployment pipeline does not remove old assets from the public/asset
directory. That means the version that gets actually served is random and changes to the frontend might not be active after deployment.
Acceptance criteria¶
- AC1: The latest assets are served after deployment
Suggestions¶
- Maybe use the same asset build workflow as Cavil with
npm run build:clean
Updated by kraih about 2 years ago
- Tags set to reactive work
- Status changed from New to In Progress
- Assignee set to kraih
Updated by kraih about 2 years ago
Cleaned up the failed deployment manually, will fix the Ansible playbook next.
Updated by kraih about 2 years ago
Updated by openqa_review about 2 years ago
- Due date set to 2022-11-30
Setting due date based on mean cycle time of SUSE QE Tools
Updated by okurz about 2 years ago
- Status changed from In Progress to Feedback
Updated by kraih about 2 years ago
Forced a deployment and confirmed that everything works afterwards. There is now only one version of the assets.
Updated by kraih about 2 years ago
Also looks good after the latest nightly deployment.
Actions