-
Notifications
You must be signed in to change notification settings - Fork 450
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
refactor e2e testing #2078
refactor e2e testing #2078
Conversation
5615ef2
to
7b2db7e
Compare
0187b8f
to
2f26cf7
Compare
ginkgo.Fail(nowStamp()+": "+msg, skip) | ||
} | ||
|
||
var codeFilterRE = regexp.MustCompile(`/github.com/onsi/ginkgo/v2/`) |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames
ginkgo.Fail(nowStamp()+": "+msg, skip) | ||
} | ||
|
||
var codeFilterRE = regexp.MustCompile(`/github.com/onsi/ginkgo/v2/`) |
Check failure
Code scanning / CodeQL
Missing regular expression anchor
ginkgo.Fail(nowStamp()+": "+msg, skip) | ||
} | ||
|
||
var codeFilterRE = regexp.MustCompile(`/github.com/onsi/ginkgo/v2/`) |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames
ginkgo.Fail(nowStamp()+": "+msg, skip) | ||
} | ||
|
||
var codeFilterRE = regexp.MustCompile(`/github.com/onsi/ginkgo/v2/`) |
Check failure
Code scanning / CodeQL
Missing regular expression anchor
1acd93c
to
15ed398
Compare
|
||
dual-stack-underlay-logical-gw-e2e: | ||
installation-compatibility-test: |
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.
What cases does this job test
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.
Test installation for k8s prior to v1.24.
The master label is no longer present on kubeadm control plane. For new clusters, the label 'node-role.kubernetes.io/master' will no longer be added to control plane nodes, only the label 'node-role.kubernetes.io/control-plane' will be added.
@oilbeater Please review. |
What type of this PR
Which issue(s) this PR fixes:
This is part of the work for #1883.