File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ jobs:
1212 services :
1313 ispyb :
1414 image : ghcr.io/diamondlightsource/ispyb-database:v3.0.0
15+ ports :
16+ - 3306:3306
1517 env :
1618 MARIADB_ROOT_PASSWORD : rootpassword
17- options : >
19+ options : >-
1820 --health-cmd "/usr/local/bin/healthcheck.sh --defaults-file=/ispyb/.my.cnf --connect"
19- ports :
20- - 3306:3306
21+ --health-interval 1s
22+ --health-retries 60
2123 steps :
2224 - name : Checkout source
2325
Original file line number Diff line number Diff line change 1313 - 3306:3306
1414 env :
1515 MARIADB_ROOT_PASSWORD : rootpassword
16- options : >
16+ options : >-
1717 --health-cmd "/usr/local/bin/healthcheck.sh --defaults-file=/ispyb/.my.cnf --connect"
18+ --health-interval 1s
19+ --health-retries 60
1820 env :
1921 DATABASE_URL : mysql://root:rootpassword@localhost/ispyb_build
2022 steps :
Original file line number Diff line number Diff line change 1313 - 3306:3306
1414 env :
1515 MARIADB_ROOT_PASSWORD : rootpassword
16- options : >
16+ options : >-
1717 --health-cmd "/usr/local/bin/healthcheck.sh --defaults-file=/ispyb/.my.cnf --connect"
18+ --health-interval 1s
19+ --health-retries 60
1820 env :
1921 DATABASE_URL : mysql://root:rootpassword@localhost/ispyb_build
2022 steps :
Original file line number Diff line number Diff line change 1313 - 3306:3306
1414 env :
1515 MARIADB_ROOT_PASSWORD : rootpassword
16- options : >
16+ options : >-
1717 --health-cmd "/usr/local/bin/healthcheck.sh --defaults-file=/ispyb/.my.cnf --connect"
18+ --health-interval 1s
19+ --health-retries 60
1820 env :
1921 DATABASE_URL : mysql://root:rootpassword@localhost/ispyb_build
2022 steps :
You can’t perform that action at this time.
0 commit comments