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

chore(ci): try yarn installing after npx crwa #10176

Merged
merged 2 commits into from
Mar 9, 2024
Merged

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Mar 9, 2024

Not sure if this will be effective yet, but trying to fix the CI errors we're seeing with canary versions not being found (e.g. https://github.com/redwoodjs/redwood/actions/runs/8213589113/job/22465174520#step:9:49). This just runs yarn install after running create redwood app. Before, the error would surface when we first added a package in yarn rw exp setup-streaming-ssr. There's no lock file before yarn add is being run. Will be hard to tell if it works since it's only intermittently failing, but just have to try some things.

@jtoar jtoar added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Mar 9, 2024
@jtoar jtoar added this to the RSC milestone Mar 9, 2024
@jtoar jtoar changed the title try yarn installing after npx create chore(ci): try yarn installing after npx crwa Mar 9, 2024
@jtoar
Copy link
Contributor Author

jtoar commented Mar 9, 2024

Both the RSC smoke tests and the SSR smoke tests upgrade to canary. Only the RSC one has been failing consistently. It looks like for one particular run at least, the RSC smoke tests gets a slightly later canary than SSR

image image

@jtoar jtoar merged commit 68eeeb4 into main Mar 9, 2024
41 checks passed
@jtoar jtoar deleted the ds-rsc/try-fixing-ci branch March 9, 2024 16:27
jtoar added a commit that referenced this pull request Mar 9, 2024
jtoar added a commit that referenced this pull request Mar 9, 2024
)

#10176 didn't work, but I did
discover that the SSR test project seems to always be one canary behind
and completes successfully:
#10176 (comment).
It uses `yarn rw upgrade`. Let's see if that works for RSC too.
@Josh-Walker-GM Josh-Walker-GM modified the milestones: RSC, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants