Skip to content
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

ci-public: replace multijob with freestyle for custom-suites #1436

Closed
wants to merge 2 commits into from

Commits on Aug 9, 2018

  1. ci-public: replace multijob with freestyle for custom-suites

    I've configure a new job https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/ (job XML attached).
    This should replace https://ci.nodejs.org/job/node-test-commit-custom-suites/ in node-test-commit, as the current one is based on `multijob` which ignores the `PLATFORM_LABEL` parameter, which is unneccecery in this scenario.
    Because of its limitations the current job is recursive (the flyweight job runs on a `jenkins-workspace` node and the actual build also runs on a `jenkins-workspace` node) so when the systems under load it can lead to unexpected behavior.
    
    This is the diff from the current job https://www.diffchecker.com/MKqrFehH
    refack authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    dab82c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    021ee38 View commit details
    Browse the repository at this point in the history