mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[PR #195] [MERGED] Tests framework refactoring and drop support/tests for EOL OSes #306
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#306
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/195
Author: @speed47
Created: 6/7/2021
Status: ✅ Merged
Merged: 6/25/2021
Merged by: @speed47
Base:
master← Head:tests📝 Commits (2)
2f4ce13support: del deb8/ubuntu1404/opensuse150/opensuse151, add opensuse1530d2300benh: tests: refactor the framework for more maintainability📊 Changes
33 files changed (+234 additions, -285 deletions)
View changed files
📝
.github/workflows/freebsd.yml(+4 -4)📝
.github/workflows/tests.yml(+17 -3)📝
README.md(+5 -7)📝
bin/admin/fixrights.sh(+0 -1)➖
contrib/libterm-readline-gnu-perl-jessiefix.patch(+0 -14)📝
doc/sphinx/installation/advanced.rst(+0 -13)📝
doc/sphinx/installation/basic.rst(+5 -7)📝
docker/Dockerfile.centos7(+2 -2)📝
docker/Dockerfile.centos8(+2 -2)📝
docker/Dockerfile.debian10(+2 -2)📝
docker/Dockerfile.debian11(+2 -2)➖
docker/Dockerfile.debian8(+0 -30)📝
docker/Dockerfile.debian9(+2 -2)📝
docker/Dockerfile.opensuse15(+4 -3)➖
docker/Dockerfile.opensuse150(+0 -27)➖
docker/Dockerfile.opensuse151(+0 -27)📝
docker/Dockerfile.sandbox(+1 -1)➖
docker/Dockerfile.ubuntu1404(+0 -30)📝
docker/Dockerfile.ubuntu1604(+2 -2)📝
docker/Dockerfile.ubuntu1804(+2 -2)...and 13 more files
📄 Description
The chain of executions is as is:
docker_build_and_run_tests_all.shdocker_build_and_run_tests.shtarget_role.shandtester_role.shentrypointstester_role.shlauncheslaunch_tests_on_instance.shPreviously, these scripts passed options to each other either by a mix of environment
variables and command-line arguments, with some inconsistencies here and there.
Now,
launch_tests_on_instance.shsupports a lot of command-line options, which canbe specified directly if testing a remote server, or can be passed-through by the calling
script in case of docker tests.
docker_build_and_run_tests.shanddocker_build_and_run_tests_all.shalso support to passthrough these options down.Remove support for EOL OSes:
Add support for:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.