Do we have detailed information about the CI on the ONNX Github?
Hello!
Recently, I have been studying the continuous integration (CI) processes of various open source projects on Github. I noticed that onnx has a well-established CI system and I am interested in learning more about its composition and structure. Do you have any recommendations for relevant materials that I can study and refer to in order to gain a deeper understanding of onnxCI system?
Thank you very much for your help.
Hi sanbuphy, Thanks for the question.
Do you have seen the following document? https://github.com/onnx/onnx/blob/main/docs/CIPipelines.md
As @andife suggested, https://github.com/onnx/onnx/blob/main/docs/CIPipelines.md would be a good reference and entry point for ONNX CI pipelines. However, CI pipelines changed a lot in the past 6 months and some of the content from that document might be outdated. Feel free to let me know if you have any question regarding the pipeline.
Hi sanbuphy, Thanks for the question.
Do you have seen the following document? https://github.com/onnx/onnx/blob/main/docs/CIPipelines.md
Thank you very much!
As @andife suggested, https://github.com/onnx/onnx/blob/main/docs/CIPipelines.md would be a good reference and entry point for ONNX CI pipelines. However, CI pipelines changed a lot in the past 6 months and some of the content from that document might be outdated. Feel free to let me know if you have any question regarding the pipeline.
Thank you! I will carefully read this manual and then take a look at the corresponding workflow. What I am mainly concerned about is the design ideas on the CI architecture level, as well as the level of effectiveness and efficiency in terms of program protection. If I have any questions, I will ask here again. Thanks again for your help.