-
Notifications
You must be signed in to change notification settings - Fork 114
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
improve github actions #515
improve github actions #515
Conversation
Thanks for your PR,
To skip the vendors CIs use one of:
|
Can you change the commit message to:
|
7bee133
to
1a9b709
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
1a9b709
to
1f5dfaa
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
LGTM |
/hold |
1f5dfaa
to
3576111
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
Pull Request Test Coverage Report for Build 6422033325
💛 - Coveralls |
3576111
to
21cd829
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
21cd829
to
52e81c0
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
I moved the virtual cluster to the same file as the build and unit test so we can have a dependency. |
/hold cancel |
52e81c0
to
c89dfc1
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
c89dfc1
to
c45cf80
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
c45cf80
to
c5770d0
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
1 similar comment
Thanks for your PR,
To skip the vendors CIs use one of:
|
- Require short running actions (golangci, test, build) before starting slower virtual-k8s-cluster and only run virtual-ocp when virtual-k8s-cluster succeed - Allow cancellation These two changes together reduce the amount of resources used Signed-off-by: Sebastian Sch <[email protected]>
fcc9137
to
f2489bb
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
f2489bb
to
8bf9d47
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
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
@@ -130,18 +130,67 @@ kcli ssh $cluster_name-ctlplane-0 << EOF | |||
sudo su | |||
echo '$insecure_registry' > /etc/containers/registries.conf.d/003-internal.conf | |||
systemctl restart crio | |||
|
|||
echo '[connection] |
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.
nit: define function and call it for each node ?
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.
done
8bf9d47
to
3cc8117
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
3cc8117
to
cd17b4a
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
cd17b4a
to
3996f73
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
3996f73
to
d54293f
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
disable dhcp on vfs for vanilly k8s CI. if we don't disable it the device plugin will not use this devices Signed-off-by: Sebastian Sch <[email protected]>
d54293f
to
41774fb
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
add cancel on progress and also run the virtual cluster tests only if all the light lanes like build and unit tests pass to save resources