-
Notifications
You must be signed in to change notification settings - Fork 201
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
github actions: upgrade to checkout version 3 #376
Conversation
Where did you see the warning? I have briefly checked the latest |
for example here: |
There is a warning for the checkout, but it does not seem to cause the Action to cancel. AFAIU seems to be the
|
Version 2 of the checkout action produces a warning, upgrading to version 3. Also, set the jobs to not fail fast as this cancels all jobs after the first failure. Change-Id: I6f80aeae400104a188615444ca3bdbbcc8817898 Signed-off-by: Eitan Raviv <eraviv@redhat.com>
bbc044c
to
c9ce5b1
Compare
added fail-fast:false to network.yml . Functional tests have been having issues since a long time. We have even skipped them on centos-9. Now they are failing on centos-8 and alma-9 as well. Solving them on this PR is out of scope and would just delay it indefinitely. So let's merge this PR so the real issues can be addressed more easily |
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.
There were some concerns in the past regarding the update of the checkout action, but if keeping it outdated raises a problem, I think it is better to update it. Thanks for taking care!
@sandrobonazzola could you please have a look? Looks like checkout@v3 mutes the warnings which helps in reducing the noise. |
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.
LGTM, approving.
I would recomend having a look at https://github.com/oVirt/checkout-action as other repos in oVirt are using it instead
Change-Id: Icdc85ea61892be4f67b0327137498e2fb6cad7fc Signed-off-by: Eitan Raviv <eraviv@redhat.com>
bcb5b7d
@sandrobonazzola can you please merge if you approve? I don't have permissions... thanks |
Version 2 of the checkout action produces a warning and cancels the action. Upgrading to version 3.
Change-Id: I6f80aeae400104a188615444ca3bdbbcc8817898
Signed-off-by: Eitan Raviv eraviv@redhat.com