-
Notifications
You must be signed in to change notification settings - Fork 306
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
Run the RPM build and test on workflow_dispatch #14177
base: master
Are you sure you want to change the base?
Conversation
Errors are component not formatted correctly,Ticket number prefix incorrect,PR title is malformatted. See https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments,Unable to load ticket data |
@@ -404,8 +430,16 @@ | |||
QUEUE_URL: | |||
LABEL: | |||
steps: | |||
- name: Checkout code | |||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -638,8 +671,16 @@ | |||
QUEUE_URL: | |||
LABEL: | |||
steps: | |||
- name: Checkout code | |||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
outputs: | ||
matrix: ${{ steps.matrix.outputs.text }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -193,8 +212,14 @@ | |||
DISTRO_VERSION: | |||
CP_LEAP15_VERSION: | |||
steps: | |||
- name: Checkout code | |||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
0bed0d8
to
e6f70e3
Compare
Functional on EL 9 Test Results (old) 6 tests 6 ✅ 3m 48s ⏱️ Results for commit d9d2981. ♻️ This comment has been updated with latest results. |
Functional on EL 8.8 Test Results (old)0 tests 0 ✅ 0s ⏱️ Results for commit f0b45bb. ♻️ This comment has been updated with latest results. |
Functional on Leap 15.5 Test Results (old) 6 tests 6 ✅ 3m 50s ⏱️ Results for commit d9d2981. ♻️ This comment has been updated with latest results. |
703488a
to
897c5c3
Compare
4a1670d
to
209e0c2
Compare
Functional on EL 8.8 Test Results133 tests 129 ✅ 1h 23m 13s ⏱️ Results for commit f77896a. ♻️ This comment has been updated with latest results. |
Functional on EL 9 Test Results133 tests 128 ✅ 1h 35m 26s ⏱️ For more details on these failures, see this check. Results for commit 0535410. ♻️ This comment has been updated with latest results. |
Functional on Leap 15.5 Test Results133 tests 129 ✅ 1h 28m 54s ⏱️ Results for commit f77896a. ♻️ This comment has been updated with latest results. |
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Import commit pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Import commit pragmas | ||
uses: ./.github/actions/import-commit-pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Import commit pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Import commit pragmas | ||
uses: ./.github/actions/import-commit-pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
e9e3010
to
b622902
Compare
matrix: ${{ steps.matrix.outputs.text }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Import commit pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
COMMIT_STATUS_DISTRO_VERSION: | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
fetch-depth: 500 | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Import commit pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Publish test results | ||
if: (!cancelled()) && (success() || failure()) && | ||
steps.run-test.outcome != 'skipped' | ||
uses: EnricoMi/publish-unit-test-result-action@v2 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
fetch-depth: 500 | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Import commit pragmas | ||
uses: daos-stack/action-import-commit-pragmas@v1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Publish test results | ||
if: (!cancelled()) && (success() || failure()) && | ||
steps.run-test.outcome != 'skipped' | ||
uses: EnricoMi/publish-unit-test-result-action@v2 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Publish artifacts | ||
if: (!cancelled()) && (success() || failure()) && | ||
steps.run-test.outcome != 'skipped' | ||
uses: actions/upload-artifact@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
- name: Upload test results | ||
if: (success() || failure()) && | ||
steps.run-test.outcome != 'skipped' | ||
uses: actions/upload-artifact@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
path: ${{ env.STAGE_NAME }}/**/results.xml | ||
- name: Update commit status | ||
if: contains(fromJSON('["push", "pull_request"]'), github.event_name) | ||
uses: ouzi-dev/commit-status-updater@v2 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
Functional Hardware Medium Verbs Provider Test Results28 tests 28 ✅ 16s ⏱️ Results for commit f77896a. ♻️ This comment has been updated with latest results. |
507aab4
to
82869e6
Compare
Functional Hardware Large Test Results52 tests 52 ✅ 20s ⏱️ Results for commit f77896a. ♻️ This comment has been updated with latest results. |
Functional Hardware Medium Test Results132 tests 105 ✅ 2h 9m 55s ⏱️ Results for commit f77896a. ♻️ This comment has been updated with latest results. |
8003a30
to
0535410
Compare
Add the use of reusable workflows and actions to reduce the amount of duplicated code in this repository as well as dependency repositories. Run-GHA: true Skip-PR-comments: true Test-tag: always_passes Signed-off-by: Brian J. Murrell <[email protected]>
0535410
to
f77896a
Compare
Functional on EL 9.4 Test Results133 tests 128 ✅ 1h 35m 27s ⏱️ For more details on these failures, see this check. Results for commit f77896a. |
Run-GHA: true Skip-PR-comments: true Test-tag: always_passes Required-githooks: true Signed-off-by: Brian J. Murrell <[email protected]>
Run-GHA: true Skip-PR-comments: true Test-tag: always_passes Required-githooks: true Signed-off-by: Brian J. Murrell <[email protected]>
Run-GHA: true Skip-PR-comments: true Test-tag: always_passes Required-githooks: true Signed-off-by: Brian J. Murrell <[email protected]>
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: