You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new Make command (ex. make test-e2e-release) that runs the end-to-end tests via Knuu with the latest release candidate / release. Add a GH workflow that runs this workflow on new release candidates / releases. Note: the environment variables that are provided to the end-to-end test need to be modified to use the latest tagged release.
The text was updated successfully, but these errors were encountered:
rootulp
added
testing
items that are strictly related to adding or extending test coverage
CI
item that directly relates to or modify the CI
labels
Nov 20, 2023
Hey @anhductn2001 , thanks for your interest! This task involves running tests with Knuu and a Kubernetes config so I think it may be difficult for an external contributor to work on.
I understand this issue involves running tests with Knuu and a Kubernetes. I think I can handle it if I get your help so we can resolve the issues as quickly as possible. Pls let me know if there's anything I can help with.
I can provide limited support but I can't provide a kubeconfig with access to Cloud Kubernetes resources so you may need your own environment for deploying Kubernetes containers.
Context
There exists a
make test-e2e
command that runs end-to-end tests via Knuu.celestia-app/Makefile
Lines 119 to 123 in 1eb203c
This command is run via the nightly GH workflow.
Proposal
Add a new Make command (ex.
make test-e2e-release
) that runs the end-to-end tests via Knuu with the latest release candidate / release. Add a GH workflow that runs this workflow on new release candidates / releases. Note: the environment variables that are provided to the end-to-end test need to be modified to use the latest tagged release.The text was updated successfully, but these errors were encountered: