Page MenuHomeDevCentral

Harden test site build
ClosedPublic

Authored by dereckson on Nov 8 2024, 14:42.
Tags
None
Referenced Files
F6576823: D3581.id9215.diff
Thu, Apr 3, 16:26
Unknown Object (File)
Sat, Mar 29, 21:28
Unknown Object (File)
Sat, Mar 29, 15:43
Unknown Object (File)
Fri, Mar 28, 14:13
Unknown Object (File)
Wed, Mar 26, 08:19
Unknown Object (File)
Tue, Mar 25, 16:14
Unknown Object (File)
Mon, Mar 24, 04:55
Unknown Object (File)
Mon, Mar 24, 04:18
Subscribers
None

Details

Summary

Previously, make test was using installed version of upsection,
with installed version of the templates and components.

So, any modification of package.json was totally ignored running
make test.

Furthermore, it also required root access to perform the installation.

This change allows to inject our repository version of everything
for that test site build.

Test Plan
  • edit components/package-template.json
  • make test
  • check tests/site/package.json matches

Diff Detail

Repository
rUPSECTION Upsection
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Nov 8 2024, 14:42
This revision was landed with ongoing or failed builds.Nov 8 2024, 14:43
This revision was automatically updated to reflect the committed changes.