-
Notifications
You must be signed in to change notification settings - Fork 20
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
Added CI pipeline with openEuler22.03.SP2 and Ascend310 #120
Conversation
Let me connect the machine first. In the meantime, I propose to remove the if condition |
The condition is removed temporarily. |
I mean we dont need this in this workflow, but put the if condition in the main repo's workflow file just like cuda does: |
Conditions will add in main repo's workflow.
Oh, sure. Done. |
@fengyuentau Is CI machine ready for use now? If ready, please re-trigger this workflow, thanks. |
We are going to make the connection this afternoon. I will trigger the worflow after that. |
One runner is connected. Lets try run the workflow. |
Because Cannops module has not been merged. It will not find opencv_test_cannops, and this workflow may fail. |
Ok, lets see whether the runner can pick up the job then. |
It is now running in progress. Connection is fixed. |
@asmorkalov Could you also review the workflow? The workflow is mainly for testing BTW, the compile issue,
is being fixed in opencv/opencv#24462. |
What about only testing the
So we do not need to wait for the bug fix to merge this workflow. |
Of course. Let me push a new commit to add target when building. New commit has pushed. Please re-trigger this workflow. |
This workflow is only used to test cannops module. Skip other modules to increase execution speed.
@fengyuentau The workflow failed again. Because cannops module has not merged yet. |
@asmorkalov Do you have comments on this workflow? If no, I propose to merge. |
@asmorkalov Good day. I would like to know if you have any comments for this PR. If there's not any, could you please merge this workflow? I'd like to test it with Cannops module(opencv/opencv_contrib#3552). |
Oops |
Since the bugfix has merged. Should I revert last commit and compile all the target? |
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.
👍
Base image: opencv-infrastructure/opencv-gha-dockerfile#24
Added CI pipeline with openEuler22.03.SP2 and Ascend310