]> _ Git - alire.git/commit
Test for full publishing workflow (#1538)
authorAlejandro R Mosteo <amosteo@unizar.es>
Thu, 15 Feb 2024 10:18:42 +0000 (11:18 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 10:18:42 +0000 (11:18 +0100)
commit68dc176dc699a47bc7b1dcc8493f48b1e2b7b463
tree0fce5f145c80dc8d0e2dad2663deecb105bb885b
parent5500eac06eac5872f069a6dbaa77b42b603a78be
Test for full publishing workflow (#1538)

* Test for automated publishing

This test is dependent on a remote repo (`test-index`) on which a PR is opened
during testing, so we better run this one sporadically and locally, or in a
single selected CI configuration.

* Self-review

* Use `ALIRE_TESTSUITE_*` for testsuite env variables
12 files changed:
src/alire/alire-environment.ads
src/alire/alire-publish.adb
testsuite/README.md
testsuite/drivers/alr.py
testsuite/drivers/driver/base_driver.py
testsuite/drivers/driver/docker_wrapper.py
testsuite/drivers/helpers.py
testsuite/run-dev.sh [new file with mode: 0755]
testsuite/skels/no-index/test.yaml
testsuite/tests/dockerized/misc/failed-auto-update/test.py
testsuite/tests/publish/submit-request-cancel/test.py [new file with mode: 0644]
testsuite/tests/publish/submit-request-cancel/test.yaml [new file with mode: 0644]