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

kola: ignition config sizes for tests can become too large to pass to instances #1041

Closed
saqibali-2k opened this issue Dec 9, 2021 · 2 comments

Comments

@saqibali-2k
Copy link
Member

Previously, non-exclusive-test config sizes had grown to a point where aws
userdata limit was exceeded (as seen in #1030). Compressing the config
has solved the problem for now, but we will likely see down the road. Let's try to come
up with a more robust solution.

@saqibali-2k
Copy link
Member Author

saqibali-2k commented Dec 9, 2021

One approach that was discussed in #1030 (comment):

For the long term solution, I was thinking that we could just go with jlebon's earlier
suggestion of adapting coreos/coreos-assembler#2516 to further constrain buckets
depending on config size. For any test that is exclusive and has a config size that is too large, we
could add a remote config the way it was done in this PR: coreos/fedora-coreos-config#1232.

@dustymabe
Copy link
Member

This should be fixed by coreos/coreos-assembler@ce03266 (part of coreos/coreos-assembler#2516)

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

No branches or pull requests

2 participants