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

Share artifacts between jobs #267

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Conversation

jprendes
Copy link
Collaborator

@jprendes jprendes commented Aug 23, 2023

This PR shares the artifacts created during the build jobs with the e2e test jobs.
It cuts checks times from 20~25 min to 13~16 min.

Further improvements can be made by splitting the Ubuntu based jobs and Windows base jobs, since currently Windows builds are in the critical path.

Signed-off-by: Jorge Prendes <[email protected]>
@jprendes jprendes force-pushed the share-artifacts branch 4 times, most recently from 7bcc641 to f0c4675 Compare August 23, 2023 23:50
@jprendes jprendes marked this pull request as ready for review August 24, 2023 00:31
Mossaka
Mossaka previously approved these changes Aug 24, 2023
Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just had one question

@Mossaka
Copy link
Member

Mossaka commented Aug 24, 2023

Also noticed something interesting (not related to this PR):

image

Why are ubuntu 22.04 binaries significantly bigger than these in ubuntu 20.04?

@jprendes
Copy link
Collaborator Author

Why are ubuntu 22.04 binaries significantly bigger than these in ubuntu 20.04?

They are not. WasmEdge binaries are significantly bigger than wasmtime.

Signed-off-by: Jorge Prendes <[email protected]>
ARG KIND_VERSION=v0.17.0
RUN curl -sSLf https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-linux-${TARGETARCH} > /root/kind && chmod +x /root/kind
ARG KIND_NODE_VERSION=v1.23.13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be a follow up but we maybe should consider bumping this to a newer k8s version

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created an issue to track this

Copy link
Contributor

@jsturtevant jsturtevant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Mossaka Mossaka merged commit f66a724 into containerd:main Aug 24, 2023
12 checks passed
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

Successfully merging this pull request may close these issues.

3 participants