-
Notifications
You must be signed in to change notification settings - Fork 243
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
actions: add windows e2e #3891
actions: add windows e2e #3891
Conversation
41910d8
to
f732e73
Compare
Is this a [WIP] or ready for review PR? |
@praveenkumar it's just the bot casually removing the |
547365c
to
cdd27ed
Compare
1ab1f2b
to
6b44a8c
Compare
a2fd5d2
to
ae5fed1
Compare
2019 installer is not needed and each entry of the matrix triggers a separate e2e workflow. So it is good to only have a 1x1 matrix.
We want to keep track of something unique to the trigger-event (that is the same across all actions triggered by that event that particular time). Given that an event triggered a chain of workflows, first workflow in the chain can access the trigger event, but later workflows can't. Saving something like shared commit-sha (correlation-id of sorts) as artifact will help us keep track of that. This information is contained in github context, so we save the whole json.
ae5fed1
to
7628257
Compare
7628257
to
c39e743
Compare
c39e743
to
f195e70
Compare
@jsliacan: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Fixes: Issue #3961