Skip to content
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

Test Adaptations: CNF Installation (5.3) Disable new cluster tests and adapt service_discovery #2166

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

kosstennbl
Copy link
Collaborator

Description

Temporarily disable cnf_to_new_cluster tests as this process needs to be redesigned to new installation format.
Also, adapt service_discovery to namespaced manifest generation.

Issues:

Refs: #2153

src/tasks/workload/compatibility.cr Outdated Show resolved Hide resolved
@@ -25,7 +25,8 @@ describe "Compatibility" do
retries = retries + 1
end
Log.info { "Status: #{result[:output]}" }
(/(PASSED).*(CNF compatible with both Calico and Cilium)/ =~ result[:output]).should_not be_nil
(/(SKIPPED)).*(alpha_k8s_apis test was temporarily disabled due to needed redesign for cnf_to_new_cluster)/ =~ result[:output]).should_not be_nil
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The message is incorrect, this test is not related to alpha_k8s_apis.

@kosstennbl kosstennbl force-pushed the #2153-disable-new-cluster-tests branch from 1b512d7 to 669a758 Compare October 25, 2024 07:50
@kosstennbl kosstennbl force-pushed the #2153-disable-new-cluster-tests branch from 669a758 to de31311 Compare October 31, 2024 22:02
Temporarily disable cnf_to_new_cluster tests as this process needs
to be redesigned to new installation format.
Also, adapt service_discovery to namespaced manifest generation.

Refs: #2153
Signed-off-by: Konstantin Yarovoy <konstantin.yarovoy@tietoevry.com>
@kosstennbl kosstennbl force-pushed the #2153-disable-new-cluster-tests branch from de31311 to 26537d3 Compare November 1, 2024 08:47
Copy link
Collaborator

@martin-mat martin-mat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@martin-mat martin-mat merged commit 682d9e4 into main Nov 4, 2024
85 of 93 checks passed
@kosstennbl kosstennbl deleted the #2153-disable-new-cluster-tests branch November 4, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants