fix: connect service containers to local registry network (#1847) #4829
build.yml
on: push
yamllint
5s
typecheck
9s
eslint
12s
unused-deps
7s
test
3m 48s
CodeQL
1m 27s
Matrix: smoke-test
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
[threads] tests/test-cases/services/integration.test.ts > services <services:entrypoint should support variable expansion and double quotes>:
tests/test-cases/services/integration.test.ts#L193
AssertionError: expected 'job1 > still running...\njob1 > shoul…' to deeply equal 'job1 > should support single quote …'
- Expected
+ Received
+ job1 > still running...
job1 > should support single quote [']
job1 > should support double quote ["]
job1 > should support variable expansion [1.27.4]
❯ tests/test-cases/services/integration.test.ts:193:28
|
|
[threads] tests/test-cases/predefined-variables/integration.test.ts > predefined-variables > custom ports (via variable-file):
tests/test-cases/predefined-variables/integration.test.ts#L182
AssertionError: expected 'test-job > still running...\ntest-job…' to deeply equal 'test-job > CI=true\ntest-job > CI_API…'
- Expected
+ Received
@@ -1,5 +1,6 @@
+ test-job > still running...
test-job > CI=true
test-job > CI_API_V4_URL=https://gitlab.com:8443/api/v4
test-job > CI_BUILDS_DIR=/builds
test-job > CI_COMMIT_BRANCH=master
test-job > CI_COMMIT_DESCRIPTION=More commit text
❯ tests/test-cases/predefined-variables/integration.test.ts:182:32
|
|
[threads] tests/test-cases/predefined-variables/integration.test.ts > predefined-variables > normal:
tests/test-cases/predefined-variables/integration.test.ts#L145
AssertionError: expected 'test-job > still running...\ntest-job…' to deeply equal 'test-job > CI=true\ntest-job > CI_API…'
- Expected
+ Received
@@ -1,5 +1,6 @@
+ test-job > still running...
test-job > CI=true
test-job > CI_API_V4_URL=https://gitlab.com/api/v4
test-job > CI_BUILDS_DIR=/builds
test-job > CI_COMMIT_BRANCH=master
test-job > CI_COMMIT_DESCRIPTION=More commit text
❯ tests/test-cases/predefined-variables/integration.test.ts:145:32
|