-
Notifications
You must be signed in to change notification settings - Fork 211
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
feat: add artifact upload for coverage e2e #3120
Conversation
Pull Request Test Coverage Report for Build 4820296174
💛 - Coveralls |
uses: actions/upload-artifact@v3 | ||
with: | ||
name: scenario-logs | ||
path: e2e/scenario-logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something I was meaning to do on the ADO side - can we upload a new bundle that doesn't include scenario-logs/*/vmssId.txt? those text files are only there such that we can ensure the ephemeral VMSS's are deleted (we have an 'ensure vmss deletion' step in the ADO pipeline that reads the ids from those text files and does 'az delete --ids ...' on them).
I'm also realizing now that we don't have the same sort of 'ensure vmss deletion' step on the GH action side...
we should really choose ADO/GH and pivot towards that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might also be worth leaving those text files lying around so we can use them to manually delete stuff via az cli if needed since we don't have that 'ensure vmss deletion' step on this side...
I'll leave it up to you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(can also just go use the portal to delete... :D)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will be looking into how i could combine ADO running e2e and gh action taking results of that and handling everything else
What type of PR is this?
What this PR does / why we need it:
Ensures no regression for #2815
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: