-
Notifications
You must be signed in to change notification settings - Fork 305
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
DAOS-15659 test: fix local ftest prefix #14173
Conversation
Ticket title is 'local ftest uses the wrong build_vars.json file' |
6e02774
to
b0fceef
Compare
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/3/execution/node/993/log |
Test stage Functional Hardware Medium Verbs Provider completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/3/execution/node/1039/log |
581627b
to
b283818
Compare
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/6/execution/node/782/log |
b283818
to
35e4746
Compare
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/7/execution/node/426/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/7/execution/node/324/log |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/7/execution/node/430/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/7/execution/node/433/log |
35e4746
to
86895f3
Compare
Approach doesn't work on Aurora
|
62f6cb6
to
d808bfc
Compare
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/10/execution/node/751/log |
2008472
to
2d7ef88
Compare
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/12/execution/node/781/log |
Test-tag: pr Skip-unit-tests: true Skip-fault-injection-test: true PR #13565 accidentally broke how ftest determines the prefix from .build_vars.json because it is no longer installed. Eliminate the need for .build_vars.json in ftest entirely by using shutil.which("daos") and support setting DAOS_TEST_PREFIX Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
2d7ef88
to
baee33f
Compare
Test stage Functional Hardware Medium Verbs Provider completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14173/13/execution/node/992/log |
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.
LGTM.
PR #13565 accidentally broke how ftest determines the prefix from .build_vars.json because it is no longer installed. Eliminate the need for .build_vars.json in ftest entirely by using shutil.which("daos") and support setting DAOS_TEST_PREFIX Signed-off-by: Dalton Bohning <[email protected]>
Test-tag: pr
Skip-unit-tests: true
Skip-fault-injection-test: true
PR #13565 accidentally broke how ftest determines the prefix from .build_vars.json because it is no longer installed.
Eliminate the need for .build_vars.json in ftest entirely by using
shutil.which("daos") and support setting DAOS_TEST_PREFIX
Required-githooks: true
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: