CI: disabled ssh sockets which can interfear with ted (#37183)
## Description
disabled ssh sockets which can interfear with ted
Fixes #`Issue Number`
_or_
Fixes `Issue URL`
> [!WARNING]
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._
## Automation
/ok-to-test tags=""
### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results -->
> [!CAUTION]
> If you modify the content in this section, you are likely to disrupt
the CI result for your PR.
<!-- end of auto-generated comment: Cypress test results -->
## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No
This commit is contained in:
parent
29be7882b3
commit
6c1365673e
3
.github/workflows/ci-test-custom-script.yml
vendored
3
.github/workflows/ci-test-custom-script.yml
vendored
|
|
@ -148,9 +148,10 @@ jobs:
|
||||||
working-directory: "."
|
working-directory: "."
|
||||||
run: |
|
run: |
|
||||||
sudo /etc/init.d/ssh stop ;
|
sudo /etc/init.d/ssh stop ;
|
||||||
|
sudo systemctl disable --now ssh.socket
|
||||||
mkdir -p ~/git-server/keys
|
mkdir -p ~/git-server/keys
|
||||||
ted_tag="${{inputs.ted_tag}}"
|
ted_tag="${{inputs.ted_tag}}"
|
||||||
docker run --name test-event-driver -d -p 5001:5001 -p 3306:3306 \
|
docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \
|
||||||
-p 5433:5432 -p 28017:27017 -p 25:25 -p 4200:4200 -p 5000:5000 -p 3001:3000 -p 6001:6001 -p 8001:8000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
-p 5433:5432 -p 28017:27017 -p 25:25 -p 4200:4200 -p 5000:5000 -p 3001:3000 -p 6001:6001 -p 8001:8000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||||
"appsmith/test-event-driver:${ted_tag:-latest}"
|
"appsmith/test-event-driver:${ted_tag:-latest}"
|
||||||
docker run --name cloud-services -d -p 8000:80 -p 8090:8090 \
|
docker run --name cloud-services -d -p 8000:80 -p 8090:8090 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user