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

Qgb e2e GitHub action #444

Merged
merged 1 commit into from
May 26, 2022

Conversation

rach-id
Copy link
Member

@rach-id rach-id commented May 24, 2022

Adds simple github action to run QGB E2E.
Closing #409

@rach-id
Copy link
Member Author

rach-id commented May 24, 2022

depends on #443

@rach-id rach-id requested a review from evan-forbes May 26, 2022 16:18
@rach-id rach-id marked this pull request as ready for review May 26, 2022 16:19
go.mod
go.sum
- name: Test
run: go test -test.timeout 30m -failfast -v github.com/celestiaorg/celestia-app/e2e/qgb
Copy link
Member

Choose a reason for hiding this comment

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

super minor nit: perhaps we could use make test here so that if we make any changes to that in the future it will also be reflected here? We might specifically want differences though, so if that's the case pls ignore 🙂

Copy link
Member Author

Choose a reason for hiding this comment

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

I want to have the -failfast flag here so that if one test fails, the job doesn't keep running for more time and the dev can go run things locally and see what's the problem.
If not, we will need to wait for around 20 min for all the tests to execute, which is too much.
What do you think?

Copy link
Member

Choose a reason for hiding this comment

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

makes sense

@evan-forbes
Copy link
Member

we can merge w/o all tests passing imho as we are expecting the full test to fail atm

@rach-id rach-id merged commit e3ba3cd into celestiaorg:qgb-integration May 26, 2022
@rach-id rach-id deleted the qgb_e2e_github_action branch May 26, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants