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

CI: changes in preparation for automated publication #45

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

hnez
Copy link
Member

@hnez hnez commented Apr 23, 2024

We want to automatically publish new lxa-iobus releases to pypi.org.

To do that we need to perform some modifications to our CI pipelines, most importantly joining all jobs into a single workflow file so that the publication job can depend on all other jobs to succeed first.

TODO before merging:

hnez added 3 commits April 24, 2024 14:40
We did not use the old versions intentionally.
Instead they were used because the job files were copy and pasted
together from elsewhere.
The old versions are starting to generate warning messages,
so we should update them now.

Signed-off-by: Leonard Göhrs <[email protected]>
This makes it easier to re-use the artifacts in other jobs,
that e.g. publish them to pypi.org.

Signed-off-by: Leonard Göhrs <[email protected]>
This does not have any immediate benefits but allows us to add a publish
stage in the next step that depends on all the qa steps to complete
successfully and use the artifacts generated by the build stage.

Signed-off-by: Leonard Göhrs <[email protected]>
@SmithChart SmithChart merged commit 110b6b2 into linux-automation:master Apr 24, 2024
1 check 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