Skip to content
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

Start running Nitro tests in the CI #514

Open
dreemkiller opened this issue Aug 22, 2022 · 1 comment
Open

Start running Nitro tests in the CI #514

dreemkiller opened this issue Aug 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dreemkiller
Copy link
Member

Requested feature
Add AWS Nitro enclave tests to our CI

Motivation
Currently, AWS Nitro builds are done in the CI, but nothing is run on the Nitro platform. This means that regressions on Nitro are not found until someone runs them manually.

Additional context
As an example of a regression, #511 discusses RNG issues on Nitro

@gbryant-arm
Copy link
Contributor

We could also deploy VOD on Nitro. Cf. #597

Some ideas:

  • how to SSH securely
    • store client's private key & server's IP addr in "github secrets"
    • pin sever's public key somewhere
      in github secrets too? would probably have to poke @dreemkiller every time you change it
  • protocol
    • start docker container on remote machine
    • run deployment
    • fetch artifacts and logs from remote machine and propagate error codes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants