apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/bifrost.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: df566949a3704e31ca1072f825b15363 creationTimestamp: "2026-08-07T05:28:53Z" generation: 7 labels: branch: main build: "190" context: release created-by-lighthouse: "true" event-GUID: dcadee90-9220-11f1-8de6-1dde2df20079 lighthouse.jenkins-x.io/baseSHA: 9419e235559000c79f8f4b5ee8e76b7f5e4db154 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1786080533375" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: apitaltrade-bifrost-main-release-vkvck lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 9419e235559000c79f8f4b5ee8e76b7f5e4db154 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: bifrost lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: apitaltrade-bifrost-main-release-shntd-from-build-pack-pod provider: github repository: bifrost tekton.dev/pipeline: apitaltrade-bifrost-main-release managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.29 operation: Update time: "2026-08-07T05:32:05Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:spec: f:completedTimestamp: {} f:status: {} manager: jx-promote-0.6.45 operation: Update time: "2026-08-07T05:33:09Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-08-07T05:35:15Z" name: greencapitaltrade-bifrost-main-190 namespace: jx resourceVersion: "249373652" uid: 64bd794b-31c1-45d4-948d-3797a84671c4 spec: baseSHA: 9419e235559000c79f8f4b5ee8e76b7f5e4db154 batchPipelineActivity: {} build: "190" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/bifrost/main/190.log completedTimestamp: "2026-08-07T05:32:46Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: bifrost gitUrl: https://github.com/greencapitaltrade/bifrost.git lastCommitMessage: | fix(asset): stop machine-created alerts writing chatter Two independent hardening changes. _create_behavior_event did a plain create() on asset.iot.alert, which inherits mail.thread and carries tracking=True on seven fields, so every telemetry-driven behaviour event wrote a mail.message plus a mail.tracking.value row. Unbounded machine chatter is what filled the production RDS instance to zero free space on 2026-08-04 (199,988 of the last 200,000 chatter rows came from one model), and there is still no retention policy on mail_message. Pass tracking_disable / mail_create_nolog / mail_notrack, as the trip cron already does. Make migrations runnable again, without anyone choosing a version. The release pipeline stamps the manifest version from jx, so a developer cannot know the number that will be cut and cannot name a directory that lands in Odoo's `installed < dir <= new` window. Whatever they guess sorts below the installed version and is skipped in silence - parse_version("18.0.6.90.13") < parse_version("18.0.2.5.0") is False. That is why #447's backfill never ran while the upgrade dropped the columns it was meant to copy, stranding ~11.3M samples on 2026-08-06. Its tests passed throughout, because they called migrate() directly. Developers now write to a fixed migrations/next/, and the same release step that stamps the version renames it to the version actually cut, so it always lands in the window. The rename is gated on whether next/ changed since the previous release tag: it stays in git afterwards, so without the gate every later release would replay it. With it, a migration runs exactly once, on the release that introduced it. test_migration_dirs_runnable.py is the other half of that contract - it fails CI on any hand-named version directory, which is the one mistake CI cannot correct. Verified both ways: a 18.0.9.9.9 directory fails with an actionable message, the same script under next/ passes. It also checks staged scripts carry a pre-/post-/end- prefix, since next/ is renamed verbatim and an unprefixed file would ship but never execute. 775 tests / 0 failed. lastCommitSHA: d13a53e815570af4d580e27464a7cfa73a61a742 message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/bifrost/main releaseNotesURL: https://github.com/greencapitaltrade/bifrost/releases/tag/v6.90.18 startedTimestamp: "2026-08-07T05:28:53Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-08-07T05:32:46Z" name: Release startedTimestamp: "2026-08-07T05:31:46Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5221 startedTimestamp: "2026-08-07T05:32:46Z" status: Succeeded startedTimestamp: "2026-08-07T05:32:46Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-08-07T05:33:56Z" name: from build pack startedTimestamp: "2026-08-07T05:28:58Z" status: Succeeded steps: - completedTimestamp: "2026-08-07T05:29:17Z" name: Git Clone startedTimestamp: "2026-08-07T05:28:58Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:21Z" name: Next Version startedTimestamp: "2026-08-07T05:29:18Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:26Z" name: Jx Variables startedTimestamp: "2026-08-07T05:29:22Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:29Z" name: Setup Pip Cache startedTimestamp: "2026-08-07T05:29:27Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:29Z" name: Process Config Templates startedTimestamp: "2026-08-07T05:29:29Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:30Z" name: Update Asset Management Version startedTimestamp: "2026-08-07T05:29:30Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:32Z" name: Check Registry startedTimestamp: "2026-08-07T05:29:30Z" status: Succeeded - completedTimestamp: "2026-08-07T05:31:55Z" name: Build Container Build startedTimestamp: "2026-08-07T05:29:32Z" status: Succeeded - completedTimestamp: "2026-08-07T05:32:05Z" name: Promote Changelog startedTimestamp: "2026-08-07T05:31:55Z" status: Succeeded - completedTimestamp: "2026-08-07T05:32:09Z" name: Promote Helm Release startedTimestamp: "2026-08-07T05:32:06Z" status: Succeeded - completedTimestamp: "2026-08-07T05:33:12Z" name: Promote Jx Promote startedTimestamp: "2026-08-07T05:32:10Z" status: Succeeded - completedTimestamp: "2026-08-07T05:33:56Z" name: Publish Org Kb startedTimestamp: "2026-08-07T05:33:12Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-08-07T05:33:56Z" name: from build pack startedTimestamp: "2026-08-07T05:28:58Z" status: Succeeded steps: - completedTimestamp: "2026-08-07T05:29:17Z" name: Git Clone startedTimestamp: "2026-08-07T05:28:58Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:21Z" name: Next Version startedTimestamp: "2026-08-07T05:29:18Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:26Z" name: Jx Variables startedTimestamp: "2026-08-07T05:29:22Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:29Z" name: Setup Pip Cache startedTimestamp: "2026-08-07T05:29:27Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:29Z" name: Process Config Templates startedTimestamp: "2026-08-07T05:29:29Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:30Z" name: Update Asset Management Version startedTimestamp: "2026-08-07T05:29:30Z" status: Succeeded - completedTimestamp: "2026-08-07T05:29:32Z" name: Check Registry startedTimestamp: "2026-08-07T05:29:30Z" status: Succeeded - completedTimestamp: "2026-08-07T05:31:55Z" name: Build Container Build startedTimestamp: "2026-08-07T05:29:32Z" status: Succeeded - completedTimestamp: "2026-08-07T05:32:05Z" name: Promote Changelog startedTimestamp: "2026-08-07T05:31:55Z" status: Succeeded - completedTimestamp: "2026-08-07T05:32:09Z" name: Promote Helm Release startedTimestamp: "2026-08-07T05:32:06Z" status: Succeeded - completedTimestamp: "2026-08-07T05:33:12Z" name: Promote Jx Promote startedTimestamp: "2026-08-07T05:32:10Z" status: Succeeded - completedTimestamp: "2026-08-07T05:33:56Z" name: Publish Org Kb startedTimestamp: "2026-08-07T05:33:12Z" status: Succeeded version: 6.90.18 status: {}