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

ci: prod rvd tests #465

Merged
merged 32 commits into from
Sep 13, 2023
Merged

ci: prod rvd tests #465

merged 32 commits into from
Sep 13, 2023

Conversation

JeremyTubongbanua
Copy link
Member

@JeremyTubongbanua JeremyTubongbanua commented Sep 13, 2023

relies on #449 to be merged first

closes #372

- What I did

Periodic prod tests that test 4 things:

  • current release sshnp, sshnpd, work with sshrvd
  • current release sshnp, sshnpd, work with @rv_am
  • current release sshnp, sshnpd, work with @rv_eu
  • current release sshnp, sshnpd, work with @rv_ap

Runs every hour

schedule:
    - cron: "2 * * * *" # “At minute 2.” https://crontab.guru

Also:

  • added template_name arg to setup-sshrvd-entrypoint

- How I did it

- How to verify it

image

- Description for the changelog

@JeremyTubongbanua JeremyTubongbanua self-assigned this Sep 13, 2023
@JeremyTubongbanua JeremyTubongbanua changed the title ci: prod tests ci: prod rvd tests Sep 13, 2023
@JeremyTubongbanua JeremyTubongbanua marked this pull request as ready for review September 13, 2023 02:54
SSHNPD_ATSIGN: "@8052simple"
SSHNPD_ATSIGN_KEYS: ${{ secrets.ATKEYS_8052SIMPLE }}
SSHRVD_ATSIGN: "@8485wealthy51"
SSHRVD_ATSIGN_KEYS: ${{ secrets.ATKEYS_8485WEALTHY51 }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need SSH*_ATSIGN_KEYS environment variables, that's what the setup keys steps are for down below

@JeremyTubongbanua JeremyTubongbanua merged commit fc3fb13 into trunk Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSH No Ports: E2E Prod Tests
2 participants