Need two verification tests for the plugin registry:
- airgap: can all the included plugins be installed?
- online: can all the included plugins be installed?
For a pass or fail, job should report which versions were installed.
Test results may vary as:
- for online, this is latest available at the time the test runs, and
- for airgapped, this is latest available AT THE TIME THE CONTAINER WAS BUILT (which is likely a few weeks in the past, but doesn't change between test runs, only between registry builds).
Caused by CRW-4111, which exposed a problem in that a newer incompatible plugin (python) was released which broke one of its dependencies (jupyter), and we didn't rebuild the 3.5 plugin registry AFTER a newer version was released which fixed the problem. So currently 3.5 online works for python extension installation, and 3.5 airgap does not.
- is caused by
-
CRW-4111 Installation of Python and Jupyter extensions fail in DS 3.5.0 on airgap cluster
- Closed
- is depended on by
-
CRW-4116 versions of plugins in the plugin registry should be hardcoded to supported/tested versions
- Resolved
- is related to
-
CRW-4140 VS Code Debug Extension for GDB failed to install from embedded plugin registry
- Resolved