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.
Todo
The vht.yml describes the inventory of your test suite folder.
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 }}