Skip to content

MatthiasHertel80/VHT-AMI

Repository files navigation

Arm Virtual Hardware - GitHub Action

javscript-action status

This action manages connection, upload and execution of a test suite using a GitHub-hosted Runner. It connects to the Arm Virtual Hardware Service on AWS that is provided by an Amazon Machine Image (AMI) and executes on a AWS EC2 Linux instance.

Setup of AWS instance

Todo

Describe test-suite in vht.yml

The vht.yml describes the inventory of your test suite folder.

Usage

You can now consume the action by referencing the v1 branch

uses: Arm-Software/VHT-AMI@v1
with:
  vht_in:
  instance_id: ${{ secrets.AWS_INSTANCE_ID }}
  instance_id: ${{ env.EC2_INSTANCE_ID }}
  aws_region: ${{ env. AWS_DEFAULT_REGION }}
  s3_bucket_name: ${{ env.AWS_S3_BUCKET }}
  access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
  secret_key_id: ${{ secrets.AWS_SECRET_KEY }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •