aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-pr.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add Debian Bookworm as a test base image (#575)Josh Spicer2023-06-171-2/+2
| | | test against debian bookworm
* checkout action update (#404)Stephan2023-01-171-2/+2
| | | - updated the action checkout from v2 to 3 as required by action warning
* Rename "docker-from-docker" to "docker-outside-of-docker" (#373)Samruddhi Khandale2023-01-041-1/+1
| | | | | * Rename to "docker-outside-of-docker" * rename test folder
* Fix python feature issue #258, improve tests, fix oryx bug (#261)Chuck Lantz2022-11-071-1/+0
| | | | * Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
* Test actions - Add more base images (#245)Samruddhi Khandale2022-11-021-0/+3
| | | update base images
* Nix feature (#228)Chuck Lantz2022-11-011-0/+1
|
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-011-0/+1
| | | | | * add conda Feature * addCondaForge
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-6/+22
| | | | | | | | | | | | | | | * 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/+1
| | | | | * python: fix bug * bump versions
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Skip CI on Documentation PRs (#103)Josh Spicer2022-08-191-2/+1
| | | | | | | | | | | * no-ci * [skip ci] * attempt to not run CI on documentation updates * remove old if statements in CI * cleaner names [skip ci]
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-1/+1
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* remove hardcoded devcontainer-cli (#65)Josh Spicer2022-07-181-2/+6
| | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | * 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>
* update workflows for cli to ↵Josh Spicer2022-06-301-1/+1
| | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
* testing ↵Josh Spicer2022-06-281-1/+1
| | | | https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
* Revert "add gradle feature"Samruddhi Khandale2022-06-151-1/+0
| | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-151-0/+1
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add CI ignoreJosh Spicer2022-06-031-1/+2
|
* Pass options via environment variables (#39)Josh Spicer2022-06-031-33/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* more base imagesJosh Spicer2022-05-311-1/+1
|
* Add oryx feature (#27)Samruddhi Khandale2022-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add oryx * modify oryx sh * add oryx in matrix * install dotnet * fix permission * test * test 2 * test 3 * fix dotnet * fix oryx * fix * fix path issues + debugging * remove debugging * add oryx test to actions * fix test * modify test * add $ * fix user * address comments * add repo * add wget * allow apt-update * add --no-check-certificate * install ca-certificates * install with another approach * fix infinite test runs * Update src/oryx/install.sh Co-authored-by: Josh Spicer <joshspicer@github.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* update jupyter and ruby features (#26)jospicer/testing-multi-repo-authJosh Spicer2022-05-271-3/+0
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* maven and optional sdkman (#25)Josh Spicer2022-05-261-1/+1
| | | | | * maven * optional sdk man
* updates to conda,gradle,hugo (#24)Josh Spicer2022-05-261-1/+1
|
* smart PR action (#23)Josh Spicer2022-05-261-0/+53
* attempt at update action * Update test-pr.yaml * make a change to a source file * try out a few * easy case * filter * try a two-feature key * without jup * overthinking? * naming * changes * all * remove comments