test: TED support for GITEA (stop ssh revert) (#20473)
## Description - This PR reverts #20471 ## Type of change - ci-test yml file update ## Checklist: ### QA activity: - [X] Added Test Plan Approved label after reveiwing all changes
This commit is contained in:
parent
638c0d07fd
commit
3c9f68a033
4
.github/workflows/ci-test.yml
vendored
4
.github/workflows/ci-test.yml
vendored
|
|
@ -187,8 +187,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/git-server/keys
|
mkdir -p ~/git-server/keys
|
||||||
mkdir -p ~/git-server/repos
|
mkdir -p ~/git-server/repos
|
||||||
systemctl stop ssh
|
# systemctl stop ssh
|
||||||
systemctl disable ssh
|
# systemctl disable ssh
|
||||||
# /etc/init.d/sshd stop
|
# /etc/init.d/sshd stop
|
||||||
docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \
|
docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \
|
||||||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3000:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3000:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user