-
Notifications
You must be signed in to change notification settings - Fork 5
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
meta data name support #235
base: main
Are you sure you want to change the base?
Conversation
c4e124c
to
3d43889
Compare
7a83c02
to
974bb03
Compare
Signed-off-by: shiva kumar <[email protected]>
974bb03
to
890030c
Compare
# Calico CRDs created. Now we sleep for 10s to ensure they are fully registered in the K8s etcd | ||
sleep 10s | ||
with_retry 3 10s kubectl --kubeconfig $KUBECONFIG apply -f https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/custom-resources.yaml | ||
with_retry 3 10s kubectl --kubeconfig $KUBECONFIG create -f https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/custom-resources.yaml |
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.
with new calico version apply gives error
The CustomResourceDefinition "installations.operator.tigera.io" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
parts := strings.Split(repo_name, "/") | ||
repoName := parts[len(parts)-1] | ||
|
||
cfg.Name = fmt.Sprintf("ci%s-%s-%s-%s-%s-%s", attempt, actor, branchName, repoName, sha, uid) |
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.
resultant gpu-driver-container e2e instance name with this change :
Actor: shivakunv
gpu-driver-container Branch Name: holodeckname
repo: gpu-driver-container
ci5-shivakunv-holodeckname-gpu-driver-container-a0917fc6-fqpz5zu8
No description provided.