Commit graph

12 commits

Author SHA1 Message Date
Jake Spain
1e16f9b4b7
Merge pull request #51 from puppetlabs/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2023-12-07 08:53:56 -05:00
dependabot[bot]
6fd840c050
Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 13:47:06 +00:00
dependabot[bot]
017453870c
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 13:47:01 +00:00
Jake Spain
fa23812f28
syncing files from release-engineering-repo-standards 2023-12-06 17:16:54 -05:00
Jake Spain
b672364a53
Update release workflow 2023-01-30 10:08:23 -05:00
Jake Spain
1bba644da5
Add jruby-9.4 to testing 2023-01-30 09:08:16 -05:00
Jake Spain
7f6eaf1f4e
Migrate Snyk to Mend Scanning 2023-01-20 12:42:20 -05:00
Jake Spain
c81f3327af
Add Snyk action 2022-08-16 17:30:48 -04:00
Samuel Beaulieu
c6f7991aac
use jruby 9.3.6 2022-07-26 09:57:40 -05:00
Samuel Beaulieu
65c797137e
rename from AWS to EC2 for consistency
The other cloud provider is GCE and not GCP. In the same way we are creating VMs
in EC2 on AWS.
2022-07-07 08:49:46 -05:00
Samuel Beaulieu
bd1b21736a
fix workflow release for gha 2022-07-06 14:07:04 -05:00
Tanisha Payne
c3c1a8e1e5
Added aws dependency and renamed directories
rename gce to aws

rename gce to aws

rename gce to aws

create_vm method implimented

create_vm method connected to ec2

setup tags properly, and retireve then in get_vm

begin disk and snapshop, but we dont have perms

add specs for get_vm and vms_in_pool

add spec for create_vm

add spec for destroy_vm

update readme
add a new class lib/vmpooler/aws_setup.rb to do the provisioning of nodes
adding spec tests
adding net:ssh lib for the provisioning of nodes

adding option to provision vm once ready

fix aws_setup

setup of nodes once running
2022-07-06 13:41:54 -05:00