-
Notifications
You must be signed in to change notification settings - Fork 14
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
What to use for CI #62
Comments
One of the eventual goals of Postject is the support AIX's XCOFF. Given that, it'd be cool if we can use a CI system that supports AIX. How does Node.js core do it? If there is AIX under Jenkins, is there any chance we could reuse that? Otherwise, the simplest approach is probably GitHub Actions? |
Since this is under the Node.js org I suggest we use Node.js' Jenkins CI. That is where we ensure we can test on all Node.js supported platform/versions. I can help set up a jenkins job. Ideally it would be as easy as clone this repo, then run make test or some equivalent, although I know it is often more complicated than that. |
And to answer @jviotti, yes we have instances of all supported platforms including AIX :) |
Sounds exciting! |
Thanks, that sounds great! We would need a way to run https://github.com/nodejs/postject/blob/0d7aab19f2472f159c08802e67bfb4d64611ca1d/.circleci/config.yml on Jenkins. |
@RaisinTen Jenkins won't be able to run the CircleCI config, of course. We would need to get rid of that |
Fixes: nodejs/postject#62 Signed-off-by: Darshan Sen <[email protected]>
Fixes: nodejs/postject#62 Signed-off-by: Darshan Sen <[email protected]>
@tony-go and I spent some time today to come up with a jenkins pipeline to unblock postject's development: nodejs/build#3114 |
Postject was using CircleCI under the Postman account and it got disconnected after the repo got transferred to the nodejs org. Now that CI doesn't work anymore, it's time to reconsider what we should use for CI:
@nodejs/single-executable wdyt?
The text was updated successfully, but these errors were encountered: