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

Refactor release build/ci process #4152

Open
geyslan opened this issue Jun 24, 2024 · 1 comment
Open

Refactor release build/ci process #4152

geyslan opened this issue Jun 24, 2024 · 1 comment
Assignees
Milestone

Comments

@geyslan
Copy link
Member

geyslan commented Jun 24, 2024

Description

Currently, the Build step of https://github.com/aquasecurity/tracee/blob/main/.github/workflows/release.yaml and https://github.com/aquasecurity/tracee/blob/main/.github/workflows/release-snapshot.yaml comprises the github release creation even if the next steps fail. The architecture build steps should take care only of that leaving the release (last step) responsible of pushing images and finally creating the github release.

  • Use upload-artifact and download-artifact actions to share the docker images through the workflow jobs.
  • Make use of if: failure() to rollback (clean) possible done steps.
@geyslan geyslan added this to the v0.22.0 milestone Jun 28, 2024
@geyslan geyslan self-assigned this Jun 28, 2024
@geyslan geyslan modified the milestones: v0.22.0, v0.23.0 Jul 3, 2024
@geyslan
Copy link
Member Author

geyslan commented Sep 17, 2024

A webhook for status is being arranged so we will be able to get failures/successes in the box for release-snapshot and btfhub cron jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant