aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
Commit message (Collapse)AuthorAgeFilesLines
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-130/+0
| | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-231-1/+8
| | | | | * python: fix bug * bump versions
* fix rust error when choose a non-default version. (#111)Josh Spicer2022-08-231-6/+14
| | | port of https://github.com/microsoft/vscode-dev-containers/pull/1592
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-211-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new Nvidia feature * Remove random empty files * Update comments * Rename feature to nvidia-cuda * Add feature to tests * Add version * Move test to match new name * Add final output message * Fix capitalization of NVIDIA * Remove option for base CUDA * Use camelCase * Check for required packages * Use os-release instead of lsb_release * Clean up keyring variables * Collapse keyring lines * Always install CUDA libraries * Add option to install NVTX * Always use ubuntu2004 repo * Use test instead of brackets * Add default values to feature * Add version options for CUDA and cuDNN * Rename CUDA version option * Add scenario to test specific CUDA/cuDNN version * Rename cuDNN scenario * Fix typo in test scenario * Update variable casing * Add more helpful error messages * Remove default values from script * Use enum for version option * Polish new scenarios * Remove apt_get_update_if_needed and check_packages * Add more versions * Improve error messages * Comments and feature description Co-authored-by: Josh Spicer <joshspicer@github.com>
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-171-0/+16
| | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-111-10/+10
| | | rename Options
* Java: fix gradle bug - invalid version (#84)Samruddhi Khandale2022-08-101-1/+1
| | | | | * Java: fix gradle bug - invalid version * drop 'lts'
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-1/+1
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* Java: bundle maven and gradle as options (#68)Samruddhi Khandale2022-07-231-0/+10
| | | bundle maven and gradle
* PHP: Install additional versions (#61)v0.0.4v0.0.3Samruddhi Khandale2022-07-141-0/+9
| | | | | | | | | | | | | | | | | * PHP: install additional versions * fix bug * fix test scenario * adding quotes * change identifier * nit * tweak: to unblock git merge * nit
* Java: Install additional versions (#62)Samruddhi Khandale2022-07-141-0/+9
| | | | | | | | | * Java: Install additional versions * nit * tweak: to unblock git merge * nit
* Dotnet: Install additional versions (#60)Samruddhi Khandale2022-07-141-0/+9
| | | | | | | * Dotnet: Install additional versions * nit * tweak: to unblock git merge
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-141-0/+9
| | | | | | | | | | | | | | | | | | | | | * node * fix comment (no-ci) * Apply suggestions from code review Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * update test scenario * remove minor for node 18 * update scenarios to object notation * add shabang * only set default node once Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Python: Install additional versions (#58)Samruddhi Khandale2022-07-011-1/+10
| | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
* ruby: install additional versions (#57)Samruddhi Khandale2022-07-011-0/+9
| | | | | | | * ruby: install additional versions * nit: fixing spelling Co-authored-by: Josh Spicer <joshspicer@github.com>
* update scenario to object notatio0nJosh Spicer2022-06-301-31/+7
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* Pass options via environment variables (#39)Josh Spicer2022-06-031-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* test scenariosJosh Spicer2022-06-011-0/+15