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

Optimization e2e test approach #475

Open
tpiperatgod opened this issue Aug 9, 2023 · 2 comments
Open

Optimization e2e test approach #475

tpiperatgod opened this issue Aug 9, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tpiperatgod
Copy link
Member

Description
The current e2e workflow has the following flaws:

  • It is mainly based on the v1beta1 api version instead of the latest v1beta2 api version.
  • It takes up too much Action resources.
  • Unable to connect components such as builder, functions-framework, and so on.

Therefore, I propose to optimize the e2e workflow:

  • Update the test cases to use the v1beta2 api version.
  • Provide a mechanism to run locally, and a mechanism to recognize the results of local runs, i.e. when the results of local runs are recognized, then e2e workflow on Action can be skipped.
  • Provide e2e workflows through multiple components (e.g., fetch component code from a given branch, build the artifacts separately, and then validate them in a unified way).
@tpiperatgod tpiperatgod added the enhancement New feature or request label Aug 9, 2023
@tpiperatgod tpiperatgod self-assigned this Aug 9, 2023
@benjaminhuo
Copy link
Member

That's great enhancements!

@benjaminhuo
Copy link
Member

@B1F030 It'll be great if you can help with this. New PRs still have e2e test failure https://github.com/OpenFunction/OpenFunction/actions/runs/6098005280/job/16546872305?pr=483

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

2 participants