Skip to content

ci: Set E2E_TESTS_FORCE_USE_MYCELO in e2e tests#1992

Merged
palango merged 1 commit intocelo-org:masterfrom
palango:paul/set-celotool-envvar
Jan 12, 2023
Merged

ci: Set E2E_TESTS_FORCE_USE_MYCELO in e2e tests#1992
palango merged 1 commit intocelo-org:masterfrom
palango:paul/set-celotool-envvar

Conversation

@palango
Copy link
Copy Markdown
Collaborator

@palango palango commented Jan 11, 2023

Description

Currently E2E_TESTS_FORCE_USE_MYCELO is set via the CircleCI project settings. Those settings are not forwarded to CI running for PRs from forked repositories. This leads to problems like in this PR (build).

Instead, we define the variable directly in the CI config.

I created this PR from my fork, so this should test it.

@palango palango requested a review from a team as a code owner January 11, 2023 19:02
@palango palango requested review from gastonponti, hbandura and mcortesi and removed request for a team January 11, 2023 19:02
Copy link
Copy Markdown
Contributor

@gastonponti gastonponti left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 11, 2023

Codecov Report

Base: 54.82% // Head: 54.84% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (fbd4ff3) compared to base (e831c00).
Patch coverage: 59.01% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1992      +/-   ##
==========================================
+ Coverage   54.82%   54.84%   +0.01%     
==========================================
  Files         688      695       +7     
  Lines       92542    93255     +713     
==========================================
+ Hits        50737    51144     +407     
- Misses      37993    38262     +269     
- Partials     3812     3849      +37     
Impacted Files Coverage Δ
cmd/geth/config.go 0.00% <0.00%> (ø)
cmd/geth/main.go 20.00% <ø> (ø)
cmd/utils/flags.go 2.77% <0.00%> (-0.02%) ⬇️
consensus/istanbul/config.go 0.00% <0.00%> (ø)
consensus/istanbul/core/preprepare.go 71.23% <0.00%> (+7.03%) ⬆️
contracts/gasprice_minimum/gasprice_minimum.go 45.61% <0.00%> (-14.86%) ⬇️
core/sys_context.go 78.57% <ø> (ø)
core/vm/operations_acl.go 4.44% <ø> (ø)
eth/api_backend.go 0.00% <0.00%> (ø)
eth/downloader/queue.go 80.36% <ø> (-0.56%) ⬇️
... and 66 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@palango palango force-pushed the paul/set-celotool-envvar branch 3 times, most recently from 761cccf to b16180e Compare January 12, 2023 10:28
@palango palango force-pushed the paul/set-celotool-envvar branch from b16180e to fbd4ff3 Compare January 12, 2023 10:57
@palango
Copy link
Copy Markdown
Collaborator Author

palango commented Jan 12, 2023

The docker image build is now working for PRs from forks as well, we just need to change the required check in github.

@palango palango merged commit 7cb677f into celo-org:master Jan 12, 2023
@palango palango deleted the paul/set-celotool-envvar branch January 12, 2023 11:21
@palango palango mentioned this pull request Mar 10, 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.

2 participants