armbian-build/lib/tools/info
Ricardo Pardini 9324d1ec82
pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) (#5750)
```
# For each item in chunk, check if it is going to run in a GH-hosted runner or self-hosted, and set some matrix variables
# accordingly; self_hosted: yes/no, and more specifically, fetch_depth, which is 0 for self-hosted, and 1 for GH-hosted.
# The reasoning for this is that git clones are much faster if not shallow on self-hosted, but much slower on GH-hosted.
```

- `self_hosted` -> `shosted` for brevity in JSON matrix
- `fetch_depth` -> `fdepth` for brevity in JSON matrix
2023-09-29 16:55:09 +02:00
..
artifact-reducer.py pipeline: handle exit_with_target_not_supported_error() (retcode 44) as warning and not error 2023-08-23 21:35:02 +02:00
board-inventory.py 🔥 JSON info pipeline: v18 2023-05-01 22:46:25 +02:00
download-debs.py pipeline: debs-to-repo-download is now done in parallel; default cores*2 limited to 16 or PARALLEL_DOWNLOADS_WORKERS 2023-07-27 21:32:19 +02:00
info-gatherer-artifact.py 🔥 JSON info pipeline: v18 2023-05-01 22:46:25 +02:00
info-gatherer-image.py 🔥 JSON info pipeline: v18 2023-05-01 22:46:25 +02:00
json2csv.py 🔥 JSON info pipeline: v18 2023-05-01 22:46:25 +02:00
mapper-oci-uptodate.py pipeline: targets-compositor: force variable BETA the same for all targets, reading from param/env passed to prepare/gha-matrix step 2023-05-25 19:30:40 +02:00
outdated-artifact-image-reducer.py pipeline: handle exit_with_target_not_supported_error() (retcode 44) as warning and not error 2023-08-23 21:35:02 +02:00
output-debs-to-repo-json.py pipeline: streamline output-debs-to-repo-json to pass down info and avoid parsing paths completely 2023-08-12 09:58:32 +02:00
output-gha-matrix.py pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) (#5750) 2023-09-29 16:55:09 +02:00
output-gha-workflow-template.py pipeline: add output-gha-workflow-template.py utility, for rendering GHA workflow YAML templates with chunks 2023-05-03 07:49:53 +02:00
output-gha-workflow.py pipeline: correctly quote params passed over pure strings (eg in the GHA JSON matrixes) so values with spaces are not mangled 2023-05-04 16:08:11 +02:00
repo-reprepro.py repo-reprepro.py: set -e & pipefail 2023-08-12 09:58:32 +02:00
targets-compositor.py pipeline: add userspace inventory capabilities 2023-08-23 21:35:02 +02:00
userspace-inventory.py pipeline: add userspace inventory capabilities 2023-08-23 21:35:02 +02:00