-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial Ci automation #25
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cleary
added a commit
that referenced
this pull request
Oct 2, 2024
* add test vagrant ci actions * use diff apt-cacheing task * install vagrant too * use `working-directory` * hail mary * check env * Update vagrant-up.yml * checkout first, try for global default working-directory * fix syntax * force virtualbox use * add extra deps * Update Vagrantfile.debian12_64, do not use gui * try not cacheing packages * fix apt syntax * try libvirt/qemu * use sudo * discard vagrant requirement * fix syntax for checkout submodules * rename vagrant-up.yml to ubuntu-latest.yml * Create ubuntu-24.04.yml action * Create ubuntu-22.04.yml * Create ubuntu-20.04.yml * fix syntax for job spec * fix syntax for job spec * fix syntax for job spec * combine tasks into one job * use non-caching apt * Update Vagrantfile.debian12_64
cleary
added a commit
that referenced
this pull request
Oct 2, 2024
* add test vagrant ci actions * use diff apt-cacheing task * install vagrant too * use `working-directory` * hail mary * check env * Update vagrant-up.yml * checkout first, try for global default working-directory * fix syntax * force virtualbox use * add extra deps * Update Vagrantfile.debian12_64, do not use gui * try not cacheing packages * fix apt syntax * try libvirt/qemu * use sudo * discard vagrant requirement * fix syntax for checkout submodules * rename vagrant-up.yml to ubuntu-latest.yml * Create ubuntu-24.04.yml action * Create ubuntu-22.04.yml * Create ubuntu-20.04.yml * fix syntax for job spec * fix syntax for job spec * fix syntax for job spec * combine tasks into one job * use non-caching apt * Update Vagrantfile.debian12_64 * revisit vagrant on debian11 * update job name * use sudo * update vbox options for github ci * use vbox for vagrant ci run * add some notes to vagrant readme * gurumeditation error, try newer runner image * vagrant missing in 24.04, try 20.04 * create test playbook, vars for all roles * nonce commit to trigger workflow * update all vagrantfiles to use all roles playbook * disable vbox gui for all boxes * run workflow steps if previous step failed * remove debian 10 support * use correct vagrant files, destroy when finished * add ssh option for vagrant, remove todo * use force destroy to bypass confirmation * use specific version for bookworm * use correct version syntax * migrate to 24.04 for vagrant host * explicitly install vagrant after adding * change syntax for adding repo * split distro families to separate runners * rename jobs correctly * remove mint20 testing, update readme * rename ubuntu workflow to be consistent with others * try ubuntu in vagrant * turn gui off for ubuntu * use testing playbook for ubuntu vagrant files * initial Ci automation (#25) * add test vagrant ci actions * use diff apt-cacheing task * install vagrant too * use `working-directory` * hail mary * check env * Update vagrant-up.yml * checkout first, try for global default working-directory * fix syntax * force virtualbox use * add extra deps * Update Vagrantfile.debian12_64, do not use gui * try not cacheing packages * fix apt syntax * try libvirt/qemu * use sudo * discard vagrant requirement * fix syntax for checkout submodules * rename vagrant-up.yml to ubuntu-latest.yml * Create ubuntu-24.04.yml action * Create ubuntu-22.04.yml * Create ubuntu-20.04.yml * fix syntax for job spec * fix syntax for job spec * fix syntax for job spec * combine tasks into one job * use non-caching apt * Update Vagrantfile.debian12_64 * rename workflow * use github actions to test all os families, closes #24 * remove non-functional test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
automate testing on ubuntu releases available directly in ci-runners
refs #24
todo: investigate vagrant for using with distros not provided by ci-runners