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: fix invalid artifact name for devtools smoke failures #13841

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

connorjclark
Copy link
Collaborator

fixes #13810

@connorjclark connorjclark requested a review from a team as a code owner April 8, 2022 21:54
@connorjclark connorjclark requested review from adamraine and removed request for a team April 8, 2022 21:54
@@ -177,5 +177,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@v1
with:
name: Smokehouse (devtools smoke ${{ matrix.smoke-test-shard }}/${{ strategy.job-total }})
name: Smokehouse (devtools smoke)
path: ${{ github.workspace }}/lighthouse/.tmp/smokehouse-ci-failures/
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

these multiple uploads will simply append to the same artifact https://github.com/actions/upload-artifact#uploading-to-the-same-artifact

@brendankenny
Copy link
Member

only broken test is devtools oopif-scripts (#13847), and the failed smoke results uploaded correctly afterwards, so the failure is a good test for the fix :)

routing around oopif-scripts to land...

@devtools-bot devtools-bot merged commit 7918645 into master Apr 14, 2022
@devtools-bot devtools-bot deleted the dt-up-fix-name branch April 14, 2022 18:51
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.

fix artifacts uploads
4 participants