Skip to content

make sure we can more-easily scope triggers #23

make sure we can more-easily scope triggers

make sure we can more-easily scope triggers #23

Triggered via push February 17, 2026 20:41
Status Failure
Total duration 1m 13s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
triggers/providers/kafka/Kafka.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/kafka/Kafka.test.ts#L36
AssertionError: expected { …(14) } to strictly equal { …(13) } - Expected + Received @@ -4,10 +4,11 @@ "brokers": "broker1:9000, broker2:9000", "clientId": "drydock", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "ssl": false, "threshold": "all", ❯ triggers/providers/kafka/Kafka.test.ts:36:34
triggers/providers/ifttt/Ifttt.test.ts > validateConfiguration should apply_default_configuration: app/triggers/providers/ifttt/Ifttt.test.ts#L42
AssertionError: expected { key: 'secret', …(11) } to strictly equal { key: 'secret', …(10) } - Expected + Received @@ -4,10 +4,11 @@ "event": "dd-image", "key": "secret", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", } ❯ triggers/providers/ifttt/Ifttt.test.ts:42:34
triggers/providers/ifttt/Ifttt.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/ifttt/Ifttt.test.ts#L35
AssertionError: expected { key: 'secret', …(11) } to strictly equal { key: 'secret', …(10) } - Expected + Received @@ -4,10 +4,11 @@ "event": "dd-image", "key": "secret", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", } ❯ triggers/providers/ifttt/Ifttt.test.ts:35:34
triggers/providers/gotify/Gotify.test.ts > validateConfiguration should apply default configuration: app/triggers/providers/gotify/Gotify.test.ts#L41
AssertionError: expected { url: 'http://xxx.com', …(11) } to strictly equal { url: 'http://xxx.com', …(10) } - Expected + Received @@ -2,10 +2,11 @@ "auto": true, "batchtitle": "${containers.length} updates available", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", "token": "xxx", ❯ triggers/providers/gotify/Gotify.test.ts:41:34
triggers/providers/gotify/Gotify.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/gotify/Gotify.test.ts#L32
AssertionError: expected { url: 'http://xxx.com', …(12) } to strictly equal { url: 'http://xxx.com', …(11) } - Expected + Received @@ -3,10 +3,11 @@ "batchtitle": "${containers.length} updates available", "mode": "simple", "once": true, "order": 100, "priority": 2, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", "token": "xxx", ❯ triggers/providers/gotify/Gotify.test.ts:32:34
triggers/providers/googlechat/Googlechat.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/googlechat/Googlechat.test.ts#L35
AssertionError: expected { …(14) } to strictly equal { …(13) } - Expected + Received @@ -4,10 +4,11 @@ "disabletitle": false, "messagereplyoption": "REPLY_MESSAGE_OR_FAIL", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Test Body", "simpletitle": "Test Title", "threadkey": "drydock-thread", "threshold": "all", ❯ triggers/providers/googlechat/Googlechat.test.ts:35:34
triggers/providers/docker/Docker.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/docker/Docker.test.ts#L350
AssertionError: expected { prune: false, dryrun: false, …(12) } to strictly equal { prune: false, dryrun: false, …(11) } - Expected + Received @@ -6,10 +6,11 @@ "dryrun": false, "mode": "simple", "once": true, "order": 100, "prune": false, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", } ❯ triggers/providers/docker/Docker.test.ts:350:34
triggers/providers/command/Command.test.ts > validateConfiguration should apply_default_configuration: app/triggers/providers/command/Command.test.ts#L37
AssertionError: expected { cmd: 'echo "hello"', …(12) } to strictly equal { cmd: 'echo "hello"', …(11) } - Expected + Received @@ -3,10 +3,11 @@ "batchtitle": "${containers.length} updates available", "cmd": "echo \"hello\"", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "shell": "/bin/sh", "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", ❯ triggers/providers/command/Command.test.ts:37:34
triggers/providers/command/Command.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/command/Command.test.ts#L30
AssertionError: expected { cmd: 'echo "hello"', …(12) } to strictly equal { cmd: 'echo "hello"', …(11) } - Expected + Received @@ -3,10 +3,11 @@ "batchtitle": "${containers.length} updates available", "cmd": "echo \"hello\"", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "shell": "/bin/sh", "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", ❯ triggers/providers/command/Command.test.ts:30:34
triggers/providers/apprise/Apprise.test.ts > validateConfiguration should return validated configuration when valid: app/triggers/providers/apprise/Apprise.test.ts#L36
AssertionError: expected { url: 'http://xxx.com', …(11) } to strictly equal { url: 'http://xxx.com', …(10) } - Expected + Received @@ -2,10 +2,11 @@ "auto": true, "batchtitle": "${containers.length} updates available", "mode": "simple", "once": true, "order": 100, + "requireinclude": false, "resolvenotifications": false, "simplebody": "Container ${container.name} running with ${container.updateKind.kind} ${container.updateKind.localValue} can be updated to ${container.updateKind.kind} ${container.updateKind.remoteValue}${container.result && container.result.link ? \"\\n\" + container.result.link : \"\"}", "simpletitle": "New ${container.updateKind.kind} found for container ${container.name}", "threshold": "all", "url": "http://xxx.com", ❯ triggers/providers/apprise/Apprise.test.ts:36:34