TaskCluster Script Worker
Project description
Scriptworker implements the TaskCluster worker model, then launches a pre-defined script.
This worker was designed for Releng processes that need specific, limited, and pre-defined capabilities.
Free software: MPL2 license
Usage
Create a config file. By default scriptworker will look in ./config.json, but this config path can be specified as the first and only commandline argument. There is an example config file, and all config items are specified in scriptworker.config.DEFAULT_CONFIG.
Launch: scriptworker [config_path]
Testing
Without integration tests,
NO_TESTS_OVER_WIRE=1 python setup.py test
With integration tests, first create a client with the assume:project:taskcluster:worker-test-scopes scope.
Then create a ./secrets.json or ~/.scriptworker that looks like:
{ "integration_credentials": { "clientId": "...", "accessToken": "...", "certificate": "..." } }
(certificate is only specified if using temp creds)
then
python setup.py test
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
Built Distribution
Hashes for scriptworker-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8018a2497cac583ea8b800aa2975867d406f52dde4f36fbbfb405e5423937ec8 |
|
MD5 | 1c0c71746f7d02c1323ceeac4841cff0 |
|
BLAKE2b-256 | c8b52b8d609332fc22af1cbc0db4b4d2a5a857f78f7d99a363ecb8e7654500b5 |