qualcomm-linux/Debusine Package Manager
Setup Debusine environment, import artifacts, and run workflows as per the mode
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Execution mode: "upload_only" (setup + import only) or run_only (setup + run workflow) "upload+run" (setup + import + run) | no | upload+run |
| debusine_token | Debusine API Token | yes | — |
| artifact_path | Path to the .dsc file | no | — |
| workspace | Debusine workspace name | no | developers |
| workflow_name | Workflow name to execute workflow. | no | — |
| artifact_id | Artifact ID to use in workflow (only for run_only mode) | no | 0 |
| runtime_parameters | Runtime parameters as JSON string | no | {} |
| debusine_server | Debusine server URL (optional, defaults to dev.debian.qualcomm.com) | no | — |
Outputs
| name | description |
|---|---|
| workflow_id | The started workflow ID |
| workflow_url | The workflow URL |
| artifact_id | The uploaded artifact ID |