Skip to main content

Jobbergate CLI Client

Project description

Jobbergate CLI client

Usage

jobbergate --help

Release Process & Criteria

Run automated tests

Run:

make qa

This will run unit tests and linter.

Integration testing

You should verify that each of the functions of the CLI work as expected.

First, prepare your environment:

JOBBERGATE_API_ENDPOINT=https://jobbergate-api-staging.omnivector.solutions

Then, run the following tests: - jobbergate --version (confirm new version number) - create-application - create-job-script - create-job-submission - update-application - update-job-script - update-job-submission - list-job-submissions

(FIXME: most of the above should be covered by automated system tests.)

Create a release

First, decided on the scope of the release: * major - Significant new features added and/or there are breaking changes to the app * minor - New features have been added or major flaws repaired * patch - Minor flaws were repaired or trivial features were added

Next, make the release with the selected scope:

make release-<scope>

So, for example, to create a minor release, you would run:

make relase-minor

You must have permission to push commits to the main branch to create a release.

If the release script fails, contact a maintainer to debug and fix the release.

License

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jobbergate-cli-3.2.4a3.tar.gz (32.5 kB view hashes)

Uploaded Source

Built Distribution

jobbergate_cli-3.2.4a3-py3-none-any.whl (44.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page