Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added a project: Wikidata-Bridge.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As a developer, I want the storybook hosted on Toolforge 
<https://tools-static.wmflabs.org/wikibase-databridge-storybook/> to always 
reflect the latest merged code.
  As a UX designer or product manager, I want to be able to verify the current 
state of the product there.
  
  **Problem:**
  Currently, automatic updates of the storybook seem to be broken, and manual 
ones fail because the build process exhausts the available resources (Toolforge 
imposes a limit of 30 processes per user).
  
  **Example:**
  T235055#5580695 <https://phabricator.wikimedia.org/T235055#5580695>
  
  **Workaround:**
  Locally build the storybook and copy the result to Toolforge (compare 
T235055#5583669 <https://phabricator.wikimedia.org/T235055#5583669>).
  
    npm run build-storybook && tar -C storybook-static -c . | ssh toolforge 
"sudo -i -u tools.wikibase-databridge-storybook sh -c 'rm -rf www/static/*; tar 
-C www/static/ -x'"
  
  (You can add `-Izstd` to both `tar`s to apply compression in transit.)
  
  **BDD**
  GIVEN 
  AND 
  WHEN
  AND
  THEN
  AND
  
  **Acceptance criteria:**
  
  -

TASK DETAIL
  https://phabricator.wikimedia.org/T235763

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Michael, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to