-
Notifications
You must be signed in to change notification settings - Fork 39
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
ci/e2e: variabilize number of nodes #484
Conversation
f5b85fc
to
9303c41
Compare
d170432
to
b5f5143
Compare
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.
Looks good but it could be better if we can get a summarize at the end of test about how many nodes we deploy in the test. Without the summarize, we can guess it by browsing the log but the log is very big with the boot part and so on.
FYI you can change the name of the job to use the number of nodes on it, so its visible on a glance at the job, see https://github.com/rancher/elemental-operator/blob/main/.github/workflows/e2e.yaml#L74 for example Or just push the number of nodes to the job summary so its visible in the job summary: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ |
ae7a0f3
to
2f5d6cb
Compare
This allow to quickly increase the number of nodes to add in the provisioned cluster. Signed-off-by: Loic Devulder <ldevulder@suse.com>
This is to workaround this error: ``` Unexpected type of value '10', expected type: Number. ``` Looks like a GHA bug... Signed-off-by: Loic Devulder <ldevulder@suse.com>
Signed-off-by: Loic Devulder <ldevulder@suse.com>
Signed-off-by: Loic Devulder <ldevulder@suse.com>
Signed-off-by: Loic Devulder <ldevulder@suse.com>
Signed-off-by: Loic Devulder <ldevulder@suse.com>
Signed-off-by: Loic Devulder <ldevulder@suse.com>
Signed-off-by: Loic Devulder <ldevulder@suse.com>
2f5d6cb
to
c2900cc
Compare
This allow to quickly increase the number of nodes to add in the provisioned cluster. Part of #423.
Verification run: https://github.com/rancher/elemental/actions/runs/3416821900.
NOTE: K3s test failed because of a download issue with opensuse.org, nothing related to this PR, and RKE2 is green with 6 nodes.