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

Fixed playground check job #3288

Merged
merged 7 commits into from
Feb 21, 2025
Merged

Fixed playground check job #3288

merged 7 commits into from
Feb 21, 2025

Conversation

mstrug
Copy link
Contributor

@mstrug mstrug commented Feb 20, 2025

Description

playground-chain-1 container health check was failing due to lack of wget in Foundry image.
Link to the successful job with this PR fixes.

Changes

  • Added new Dockerfile.chain file which installs wget in the Foundry image. On 13.02.2025 Foundry changed stable tag on their image (link) to image without wget which is used in the healthcheck script. From that time our playground-check job started to fail.
  • Added storing of healthcheck logs in artifacts in case of job failure for easier issue analysis.
  • Disable use of NX Cloud cache for cowswap dockerfile build (yarn build command), as there are errors in the job log and local build fails: Error when connecting to Nx Cloud. Code: ERR_BAD_REQUEST. Error: This Nx Cloud organization has been disabled due to exceeding the FREE plan., job link.
  • Increased javascript memory for cowswap dockerfile build (yarn build command), as there was na heap Out Of Memory error during local build.

How to test

Run playground-check github workflow, or run playground locally.

@mstrug mstrug marked this pull request as ready for review February 20, 2025 21:57
@mstrug mstrug requested a review from a team as a code owner February 20, 2025 21:57
Copy link
Contributor

@squadgazzz squadgazzz left a comment

Choose a reason for hiding this comment

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

LG

@mstrug mstrug merged commit fdeccc0 into main Feb 21, 2025
11 checks passed
@mstrug mstrug deleted the fix/playground-check-job branch February 21, 2025 18:48
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants