Wilfred Spiegelenburg created YUNIKORN-3180:
-----------------------------------------------

             Summary: Update ginkgo install in e2e tests
                 Key: YUNIKORN-3180
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-3180
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: test - e2e
            Reporter: Wilfred Spiegelenburg


The test runs logs the following:
{code:java}
ginkgo -r  -v -keep-going -- -yk-namespace "yunikorn" -kube-config 
/home/runner/.kube/config
Ginkgo detected a version mismatch between the Ginkgo CLI and the version of 
Ginkgo imported by your packages:
  Ginkgo CLI Version:
    2.21.0
  Mismatched package versions found:
    2.27.2 used by admission_controller, basic_scheduling, bin_packing, 
configmap, foreign_pod, gang_scheduling, node_resources, persistent_volume, 
pod_resource_scaling, predicates, preemption, priority_scheduling, 
queue_quota_mgmt, recovery_and_restart, resource_fairness, 
restart_changed_config, simple_preemptor, spark_jobs_scheduling, 
user_group_limit {code}
We should use the go.mod version in a similar way as we do for loading the 
protobuf version in the SI Makefile:
{code:java}
PROTOBUF_VERSION := $(shell go list -m 'google.golang.org/protobuf' | cut -d' ' 
-f 2) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to