-
Notifications
You must be signed in to change notification settings - Fork 13
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
"Test with: <org>/<repo>#<id>" does no work across organizations when forking repos #184
Comments
I can't see the source of the description in your repo, but did you use the text If it is that, I'll have a look whether I can change the parser to support both, then we don't have to think about it and it's often easier to just copy/paste a link. |
ah yes...that may explain it all. |
I don't remember exactly what I did, but I think it'll also need to process the format to convert it into the expected |
Seems I'm missing something here with a forked
But then what is running (inside the docker container) seems from 'sel4/ci-actions@master` and not from my branch. At least none of my printed message show up there. So what is the trick here to test this? |
Docker containers are one more level of indirection, they don’t directly run what is in the repo. You first have to build and deploy them to dockerhub, then adjust the location/tag of the image to use your container in the corresponding action.yml in the ci-actions repo. |
(There is an action in the ci-actions repo to do that deployment automatically on merge for the seL4 org, but that won’t work on a fork) |
Seems modifying |
For testing that is an option, but for production you don't usually want to do that, because some of these take long and the build is much more fragile than a fixed image. The only action in this repo that currently uses |
The Dockerfile in |
Closing this, as this for for different repos. Extending the syntax is a different feature request actually |
Using "
Test with: <org>/<repo>#<id>
" does no work across organizations, at least that is what I see in axel-h/seL4#54 in the CI logs. There is "Test with: seL4/seL4_tools#135" but looking at job run "Simulation (armv7a, clang)" run https://github.com/axel-h/seL4/runs/5053972234?check_suite_focus=true#logs is saysBut for
seL4_tools
it should have picked seL4/seL4_tools#135PRs on the seL4 organization work fine, for example in seL4/seL4#759 the sam simulation job https://github.com/seL4/seL4/runs/5032065682?check_suite_focus=true says
The text was updated successfully, but these errors were encountered: