You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integ test page will be a table and must have in each row:
plugin name
security enabled?
architecture
tests result
test log
OpenSearch:
To get this data I first parse the buildInfo.yml to get the Jenkins integration job numbers for x64 and arm64. I then take this number and create the link for the respective Jenkins Pipeline steps page. I regex through this page to get which components passed and failed, and display the result on the page. I also read from the cached testManifest.yml file to get which components have with or without security tests. I display the logs dependent on these, and for components that do not have with or without security, I mark the result as N/A.
After clicking log:
OpenSearch Dashboards:
To get this data I parse the buildInfo.yml to get the Jenkins job number for x64 and arm64. Then, I create links to the S3 which has the stdout.txt that contains which tests passed and failed. I regex through this file and display the results on the page. For each job number, there is with security and without security.
after clicking log:
The text was updated successfully, but these errors were encountered:
The integ test page will be a table and must have in each row:
OpenSearch:
To get this data I first parse the buildInfo.yml to get the Jenkins integration job numbers for x64 and arm64. I then take this number and create the link for the respective Jenkins Pipeline steps page. I regex through this page to get which components passed and failed, and display the result on the page. I also read from the cached testManifest.yml file to get which components have with or without security tests. I display the logs dependent on these, and for components that do not have with or without security, I mark the result as N/A.
After clicking log:
OpenSearch Dashboards:
To get this data I parse the buildInfo.yml to get the Jenkins job number for x64 and arm64. Then, I create links to the S3 which has the stdout.txt that contains which tests passed and failed. I regex through this file and display the results on the page. For each job number, there is with security and without security.
after clicking log:
The text was updated successfully, but these errors were encountered: