getsentry/Collect Test Data
Collect test data and metadata and upload them to GCS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the test output (such as a JUnit XML file). | yes | — |
| gcs_path | The GCS bucket and optional prefix to upload the test data and metadata to. The format is bucket-name[/prefix]. You don't need to include the gs:// prefix. | yes | — |
| gcp_project_id | The GCP project ID to use for authentication. | yes | — |
| workload_identity_provider | The workload identity provider to use for authentication. | yes | — |
| service_account_email | The service account email to use for authentication. | yes | — |
Outputs
| name | description |
|---|---|
| uploaded | The list of files uploaded to GCS. |