-
Notifications
You must be signed in to change notification settings - Fork 2
Leaf cluster policies acceptance test #1025
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
Conversation
24aa28b
to
000dad8
Compare
test/acceptance/test/cli_upgrade.go
Outdated
_, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/default/%s.yaml", repoAbsolutePath, clusterName)) | ||
// Enable new path chenking when upograding to clusters across namespaces WGE release | ||
// _, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/default/%s.yaml", repoAbsolutePath, clusterName)) | ||
_, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/%s.yaml", repoAbsolutePath, clusterName)) |
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 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.
Some nice clean up too!
Thanks for the fix in main
.
a7fe711
to
b16e163
Compare
test/acceptance/test/cli_upgrade.go
Outdated
_, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/default/%s.yaml", repoAbsolutePath, clusterName)) | ||
// Enable new path chenking when upograding to clusters across namespaces WGE release | ||
// _, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/default/%s.yaml", repoAbsolutePath, clusterName)) | ||
_, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/%s.yaml", repoAbsolutePath, clusterName)) |
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.
This is fixed in main
now!
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 mean.. I think it is 🤔 , there should be a conflict here.. 👀
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.
Ah! When we change the upgrade version to 0.9.0-rc.3 this will change, there was a lot of churn y'day.
_, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/%s.yaml", repoAbsolutePath, clusterName)) | |
_, err := os.Stat(fmt.Sprintf("%s/clusters/capi/clusters/quick-capi/%s.yaml", repoAbsolutePath, clusterName)) |
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 have removed it in my PR, as it is fixed in main
45824de
to
7efea16
Compare
7efea16
to
5911e88
Compare
closes #759