-
Notifications
You must be signed in to change notification settings - Fork 77
fix discovery issue when using static file server #356
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
fix discovery issue when using static file server #356
Conversation
|
@RackHD/corecommitters please review. |
|
BUILD on-tasks #1656 : UNSTABLE
BUILD smoke-test #3512 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): BUILD on-tasks #1656 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): |
|
Jenkins: depends on RackHD/on-http#492 RackHD/on-taskgraph#175 test this please |
|
Build finished. |
|
BUILD on-tasks #1657 : UNSTABLE
BUILD smoke-test #3513 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): BUILD on-tasks #1657 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): |
|
BUILD on-tasks #1658 : UNSTABLE
BUILD smoke-test #3514 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): BUILD on-tasks #1658 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): |
|
Build finished. |
1 similar comment
|
Build finished. |
|
BUILD on-tasks #1660 : ABORTED
|
|
BUILD on-tasks #1659 : UNSTABLE
BUILD smoke-test #3515 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): BUILD on-tasks #1659 Error Logs: Test Name: test_nodes_discovery Test Name: teardown Test Name: teardown Test Name: test_node_catalogs Test Name: test_catalogs Test Name: test_tag_create Stack Trace: Traceback (most recent call last): Test Name: get_sku_nodes Stack Trace: Traceback (most recent call last): |
|
Build finished. |
|
dependency PR environment has problems, need merge firstly let Jenkins pass |
|
👍 |
1 similar comment
|
👍 |
|
the Jenkins test pass in RackHD/on-taskgraph#175 |
Node discovery fails when using static file server, because basefs and overlayfs are always pulled from API_CB(api.server) rather than file.server.
The solution is to change BASEFS and OVERLAYFS to be full URL instead of file path.
@RackHD/corecommitters @iceiilin @cgx027 @panpan0000