Test Observer API server
- Certification team Juju Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 121 | 17 Dec 2024 |
juju deploy test-observer-api --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
add-user
Adds a launchpad user to the group of users that can review artefacts
- Params
-
launchpad-email string
An email address registered in launchpad
- Required
launchpad-email
-
change-assignee
Changes the user assigned to review a particular artefact
- Params
-
artefact-id integer
The id of the artefact whose assignee should be changed
-
user-id integer
The id of the user that should be assigned to review this artefact
- Required
artefact-id, user-id
-
delete-artefact
Deletes an Artefact together with it's builds, test executions and test results
- Params
-
artefact-id integer
The id of the artefact to be deleted
- Required
artefact-id