Skip to content

Commit

Permalink
Merge pull request #2006 from martin-mat/cni_compatible_remove
Browse files Browse the repository at this point in the history
remove cni_compatible from cert tests
  • Loading branch information
agentpoyo authored Apr 25, 2024
2 parents 56ab664 + c2ddb5f commit f812650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded_files/points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
pass: 100
- name: cni_compatible
emoji: "🔓🔑"
tags: [compatibility, dynamic, workload, cert, normal]
tags: [compatibility, dynamic, workload]
# - name: cni_spec
# tags: compatibility, dynamic
#- name: api_snoop_alpha
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/cert/cert_compatibility.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "totem"
require "../utils/utils.cr"

desc "The CNF test suite checks to see if CNFs support horizontal scaling (across multiple machines) and vertical scaling (between sizes of machines) by using the native K8s kubectl"
task "cert_compatibility", ["cert_compatibility_title", "helm_chart_valid", "helm_chart_published", "helm_deploy", "cni_compatible", "increase_decrease_capacity", "rollback"] do |_, args|
task "cert_compatibility", ["cert_compatibility_title", "helm_chart_valid", "helm_chart_published", "helm_deploy", "increase_decrease_capacity", "rollback"] do |_, args|
# task "cert_compatibility", ["cert_compatibility_title", "helm_chart_valid", "helm_chart_published", "helm_deploy", "cni_compatible", "increase_decrease_capacity", "rollback"] do |_, args|
# stdout_score("compatibility", "Compatibility, Installability, and Upgradeability")
stdout_score(["compatibility", "cert"], "Compatibility, Installability, and Upgradeability")
Expand Down

0 comments on commit f812650

Please sign in to comment.