Skip to content

Commit c2588fa

Browse files
committed
Tidy up some internal scripts.
1 parent 7755e70 commit c2588fa

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

docker-compose.test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- "./codecov:/home/cmsuser/cms/codecov"
1919
privileged: true
2020
cgroup: host
21-
command: wait-for-it testdb:5432 -- ./_cms-test-internal.sh
21+
command: wait-for-it testdb:5432 -- .gh_action_data/run-test.sh
2222

2323
stresstestcms:
2424
build: .
@@ -28,7 +28,7 @@ services:
2828
CMS_CONFIG: /usr/local/etc/cms-testdb.toml
2929
privileged: true
3030
cgroup: host
31-
command: wait-for-it testdb:5432 -- ./_cms-stresstest-internal.sh
31+
command: wait-for-it testdb:5432 -- .gh_action_data/run-stresstest.sh
3232

3333
schemadiff:
3434
build: .
@@ -38,4 +38,4 @@ services:
3838
CMS_CONFIG: /usr/local/etc/cms-testdb.toml
3939
privileged: true
4040
cgroup: host
41-
command: wait-for-it testdb:5432 -- ./_cms-schemadiff-internal.sh
41+
command: wait-for-it testdb:5432 -- .gh_action_data/run-schemadiff.sh

0 commit comments

Comments
 (0)