-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add ock artefact building #574
base: main
Are you sure you want to change the base?
Conversation
96959be
to
8cd5f1e
Compare
685ad44
to
87c4889
Compare
87c4889
to
5e091fd
Compare
@@ -25,6 +25,7 @@ permissions: {} | |||
|
|||
jobs: | |||
analyze-host-x86_64-release: | |||
if: false |
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.
TBD remove
@@ -72,6 +73,7 @@ jobs: | |||
category: "/language:c-cpp" | |||
|
|||
analyze-riscv-m1: | |||
if: false |
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.
TBD remove
sparse-checkout: | | ||
platform | ||
.github | ||
# The following can also be done with the matrix with exclude: to limit the targets to what we want |
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.
remove comment
call_planned: | ||
# This makes the diagram too big if we post much here so P_ for pull request. | ||
name: P_ | ||
if: ${{ github.event_name == 'pull_request' }} |
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.
remove if:
Overview
Add ock artefact building, icd building and tornado run for planned testing
Reason for change
Need to port some of our local testing to planned to improve public level of testing.
Description of change
Added planned testing which is intended to run long running scheduled
tests. Added a base which they can all use which allows all jobs to
follow a similar method of using a matrix, a named target and a flag
which dictates what tests are enabled.
icd, ock artefacts and tornado are done as part of this.