Add uploading support for the android apk-automation and boottime tests (#498)

* android: apk-automation: add support for uploading archives to SQUAD

via specifying the SQUAD_UPLOAD_URL variable.

To be noted, to avoid leak of tokens, the SQUAD_ARCHIVE_SUBMIT_TOKEN
used for uploading authentication is not supported to be defined in
the job definition in the plain text format, it must be defined as
one profile managed token of the submitter

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>

* android: boottime: add support for uploading archives to SQUAD

via specifying the SQUAD_UPLOAD_URL variable.

To be noted, to avoid leak of tokens, the SQUAD_ARCHIVE_SUBMIT_TOKEN
used for uploading authentication is not supported to be defined in
the job definition in the plain text format, it must be defined as
one profile managed token of the submitter

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>

---------

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2 files changed
tree: 815edb42f26176f0753eacc5829df1ae78d063cd
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs