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: rework e2e tests #910

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

ci: rework e2e tests #910

wants to merge 1 commit into from

Commits on Oct 4, 2024

  1. ci: rework e2e tests

    This achieves the following goals:
    1. Only run the openssl tests for PRs.
    2. Only run the servicemesh tests when its files have been touched.
    3. Run all other tests every day at night (and send notifications on
       failure).
    4. Keep the manual dispatch workflow.
    
    I don't think it's possible to reasonably achieve all of those with a
    single workflow file, so I've turned e2e.yaml into a reusable workflow
    that's invoked by other workflow files with different parameters.
    Freax13 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4b00a65 View commit details
    Browse the repository at this point in the history