@scow/scow-scheduler-adapter-interface

1.5.0 • Public • Published

@scow/scow-scheduler-adapter-interface

npm

Interface for SCOW to call different schedulers.

Implementations

Getting proto files

You can get the proto files using the following methods:

  • git clone this repository
  • npm install --save @scow/scow-scheduler-adapter-interface@{version number}
  • buf generate https://github.com/PKUHPC/scow-scheduler-adapter-interface.git
    • append #ref={commit hash} to get a specific commit
    • append #branch={branch name} to get a specific branch
    • by default, the latest master is fetched

Versioning

package.json contains the version number of the interface. Each version has a tag attached to respective commit, and are automatically published to npm.

We are using SemVer 2.0 to version the interfaces.

  • Breaking changes raises major version number
  • Changes to interfaces that are compatible for existing application raises minor version

Readme

Keywords

none

Package Sidebar

Install

npm i @scow/scow-scheduler-adapter-interface

Weekly Downloads

1

Version

1.5.0

License

Mulan PSL v2

Unpacked Size

32.3 kB

Total Files

17

Last publish

Collaborators

  • ddadaal