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

tests: clean devtools repo in CI #13758

Merged
merged 2 commits into from
Mar 18, 2022
Merged

tests: clean devtools repo in CI #13758

merged 2 commits into from
Mar 18, 2022

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Mar 18, 2022

Fixes the merge issue we were getting in devtools CI build step.

there was an issue with landing a new test file in devtools repo first

image

https://github.com/GoogleChrome/lighthouse/runs/5591661464?check_suite_focus=true#step:11:52

# The only way the folder already exists _and_ there is a cache-miss is
# if actions/cache@v2 `restore-keys` has provided a partial environment for us.
# Do the same as for local, but don't clean! That would toss out all the
Copy link
Collaborator Author

@connorjclark connorjclark Mar 18, 2022

Choose a reason for hiding this comment

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

avoiding clean only makes sense if we were doing -x. but without that flag git will not touch the ignored folders it knows about, which is where the build artifacts are.

@@ -24,12 +24,11 @@ then
git pull --ff-only -f origin main
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i know these two branches are the same but I don't care. do you really want to read a compound bash logic if? because I don't want to write one.

@connorjclark connorjclark marked this pull request as ready for review March 18, 2022 20:44
@connorjclark connorjclark requested a review from a team as a code owner March 18, 2022 20:44
@connorjclark connorjclark requested review from adamraine and removed request for a team March 18, 2022 20:44
Copy link
Member

@adamraine adamraine left a comment

Choose a reason for hiding this comment

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

Release me from this hell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants