-
Notifications
You must be signed in to change notification settings - Fork 169
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
new(ci): move perf CI to a composite action. #1926
Conversation
Perf diff from master - unit tests
|
087b102
to
bb2c268
Compare
Perf diff from master - unit tests
|
bb2c268
to
1aad3ca
Compare
Perf diff from master - unit tests
Perf diff from master - scap file
|
1aad3ca
to
7396503
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.
Composite action used by perf CI and pages CI.
.github/generate_inline_svg_md.py
Outdated
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.
Python script to inline an svg file inside a markdown.
@@ -17,6 +17,51 @@ jobs: | |||
uses: ./.github/workflows/reusable_kernel_tests.yaml | |||
secrets: inherit | |||
|
|||
perf-libs-master: |
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.
pages
CI is now responsible to run perf on master.
Moreover, it generates flamegraph svg files using https://github.com/brendangregg/FlameGraph, and uploads it to be later consumed by deploy-pages
job.
Perf diff from master - unit tests
Perf diff from master - scap file
|
.github/workflows/perf.yml
Outdated
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.
Extracted perf related steps to the new composite action.
It will be ran by perf CI on PRs and pages CI on master. Also, add a new gh pages section with flamegraphs built from master. Signed-off-by: Federico Di Pierro <[email protected]>
7396503
to
e55b577
Compare
Perf diff from master - unit tests
Perf diff from master - scap file
|
Perf diff from master - unit tests
Perf diff from master - scap file
|
0a2ef83
to
1e2de44
Compare
Perf diff from master - unit tests
Perf diff from master - scap file
|
…able. Also, still do the scap file threshold check even if unit tests check failed. Signed-off-by: Federico Di Pierro <[email protected]>
1e2de44
to
92e94a9
Compare
Perf diff from master - unit tests
Perf diff from master - scap file
|
/milestone 0.18.0 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, jasondellaluce The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area CI
Does this PR require a change in the driver versions?
What this PR does / why we need it:
It will be ran by perf CI on PRs and pages CI on master.
Also, add a new gh pages section with flamegraphs (svgs) built from master.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: