ddev / ddev-gitlab-ci

Extended version docker:latest with ddev
2 stars 0 forks source link

Verify the job output #3

Closed ochorocho closed 3 months ago

ochorocho commented 4 months ago

GitLab Job log: https://gitlab.com/ochorocho/typo3-distribution/-/jobs/7040611676

Possible errors:

app.FindContainerByType(web) failed
app.FindContainerByType(web) failed

Playwright seems to complain about the invalid ssl cert:

  1) [chromium] › backend.spec.js:4:1 › Backend login ──────────────────────────────────────────────
    Error: page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://typo3-distribution.ddev.site/typo3
rfay commented 4 months ago

It seems you haven't done a mkcert -install here.

ochorocho commented 4 months ago

It is already installed. Even tried to run mkcert -install in the CI Pipeline but it seems to be already there. See the Job log: https://gitlab.com/ochorocho/typo3-distribution/-/jobs/7051081362#L23

$ mkcert -install
The local CA is already installed in the system trust store! 👍

SSL certificates are in place:

Bildschirmfoto 2024-06-08 um 13 41 21
rfay commented 4 months ago

Oh, I see, I think the chromium container is issuing this error. You'll have to make it trust the certs that you create with mkcer, or else use http.

ochorocho commented 3 months ago
app.FindContainerByType(web) failed
app.FindContainerByType(web) failed

Dunno why this is. But it does not harm in the CI.

The playwright issue is not related to ddev.