== Bug ==
Tool: cluebotng-staging
**What are you trying to do?**
Deploy the latest component config, unexpectedly the latest was not deployed.
**What does happen?**
Previous build:
ID: 20250813-203850-tbophfxva3
Triggered: https://github.com/cluebotng/component-configs/actions/runs/16948749357/job/48036264958
Config: https://github.com/cluebotng/component-configs/blob/9c67af39f47ea48c10c4c2e7748d9d48a8711ae3/cluebotng-staging.yaml
Note: Tag for grafana-alloy is 0.1.5
Latest build:
ID: 20250813-204239-xwrb287a2s
Triggered: https://github.com/cluebotng/component-configs/actions/runs/16948828300
Config: https://github.com/cluebotng/component-configs/commit/cb8b1d4644d5d1b860f73724c4133ef0bfa8ed29 (current master)
Note: Tag for grafana-alloy is 0.1.6
Previous deployment:
```
{
"deploy_id": "20250813-203850-tbophfxva3",
"creation_time": "20250813-203850",
"builds": {
"bot": {
"build_id": "cluebotng-staging-buildpacks-pipelinerun-r97b2",
"build_status": "successful",
"build_long_status": "You can see the logs with `toolforge build logs cluebotng-staging-buildpacks-pipelinerun-r97b2`"
},
"core": {
"build_id": "cluebotng-staging-buildpacks-pipelinerun-ffprr",
"build_status": "skipped",
"build_long_status": "Reusing existing build"
},
"grafana-alloy": {
"build_id": "cluebotng-staging-buildpacks-pipelinerun-ptlnt",
"build_status": "successful",
"build_long_status": "You can see the logs with `toolforge build logs cluebotng-staging-buildpacks-pipelinerun-ptlnt`"
}
},
"runs": {
"bot": {
"run_status": "successful",
"run_long_status": "[info] (Job bot created)"
},
"core": {
"run_status": "successful",
"run_long_status": "[info] (Job core is already up to date)"
},
"grafana-alloy": {
"run_status": "successful",
"run_long_status": "[info] (Job grafana-alloy created)"
}
},
"tool_config": {
"config_version": "v1beta1",
"source_url": "https://raw.githubusercontent.com/cluebotng/component-configs/refs/heads/main/cluebotng-staging.yaml",
"components": {
"bot": {
"build": {
"repository": "https://github.com/cluebotng/botng.git",
"ref": "v0.0.39",
"use_latest_versions": true
},
"run": {
"command": "botng --irc-relay --debug",
"cpu": "0.5",
"emails": null,
"filelog": null,
"filelog_stderr": null,
"filelog_stdout": null,
"memory": "1Gi",
"mount": null,
"port": 8118,
"replicas": null,
"health_check_script": null,
"health_check_http": null
},
"component_type": "continuous"
},
"core": {
"build": {
"repository": "https://github.com/cluebotng/external-core.git",
"ref": "refs/tags/v0.0.2",
"use_latest_versions": true
},
"run": {
"command": "./cluebotng -l -m live_run",
"cpu": "0.5",
"emails": null,
"filelog": null,
"filelog_stderr": null,
"filelog_stdout": null,
"memory": null,
"mount": null,
"port": 3565,
"replicas": null,
"health_check_script": null,
"health_check_http": null
},
"component_type": "continuous"
},
"grafana-alloy": {
"build": {
"repository": "https://github.com/cluebotng/external-grafana-alloy.git",
"ref": "refs/tags/v0.1.5",
"use_latest_versions": true
},
"run": {
"command": "run-alloy",
"cpu": "0.5",
"emails": null,
"filelog": null,
"filelog_stderr": null,
"filelog_stdout": null,
"memory": "0.5Gi",
"mount": "all",
"port": 8118,
"replicas": null,
"health_check_script": null,
"health_check_http": null
},
"component_type": "continuous"
}
}
},
"status": "successful",
"long_status": "Finished at 2025-08-13 20:40:53.412594",
"force_build": false,
"force_run": false
}
```
Latest deployment:
```
{
"deploy_id": "20250813-204239-xwrb287a2s",
"creation_time": "20250813-204239",
"builds": {
"bot": {
"build_id": "cluebotng-staging-buildpacks-pipelinerun-r97b2",
"build_status": "skipped",
"build_long_status": "Reusing existing build"
},
"core": {
"build_id": "cluebotng-staging-buildpacks-pipelinerun-ffprr",
"build_status": "skipped",
"build_long_status": "Reusing existing build"
},
"grafana-alloy": {
"build_id": "cluebotng-staging-buildpacks-pipelinerun-ptlnt",
"build_status": "skipped",
"build_long_status": "Reusing existing build"
}
},
"runs": {
"bot": {
"run_status": "successful",
"run_long_status": "[info] (Job bot is already up to date)"
},
"core": {
"run_status": "successful",
"run_long_status": "[info] (Job core is already up to date)"
},
"grafana-alloy": {
"run_status": "successful",
"run_long_status": "[info] (Job grafana-alloy is already up to date)"
}
},
"tool_config": {
"config_version": "v1beta1",
"source_url": "https://raw.githubusercontent.com/cluebotng/component-configs/refs/heads/main/cluebotng-staging.yaml",
"components": {
"bot": {
"build": {
"repository": "https://github.com/cluebotng/botng.git",
"ref": "v0.0.39",
"use_latest_versions": true
},
"run": {
"command": "botng --irc-relay --debug",
"cpu": "0.5",
"emails": null,
"filelog": null,
"filelog_stderr": null,
"filelog_stdout": null,
"memory": "1Gi",
"mount": null,
"port": 8118,
"replicas": null,
"health_check_script": null,
"health_check_http": null
},
"component_type": "continuous"
},
"core": {
"build": {
"repository": "https://github.com/cluebotng/external-core.git",
"ref": "refs/tags/v0.0.2",
"use_latest_versions": true
},
"run": {
"command": "./cluebotng -l -m live_run",
"cpu": "0.5",
"emails": null,
"filelog": null,
"filelog_stderr": null,
"filelog_stdout": null,
"memory": null,
"mount": null,
"port": 3565,
"replicas": null,
"health_check_script": null,
"health_check_http": null
},
"component_type": "continuous"
},
"grafana-alloy": {
"build": {
"repository": "https://github.com/cluebotng/external-grafana-alloy.git",
"ref": "refs/tags/v0.1.5",
"use_latest_versions": true
},
"run": {
"command": "run-alloy",
"cpu": "0.5",
"emails": null,
"filelog": null,
"filelog_stderr": null,
"filelog_stdout": null,
"memory": "0.5Gi",
"mount": "all",
"port": 8118,
"replicas": null,
"health_check_script": null,
"health_check_http": null
},
"component_type": "continuous"
}
}
},
"status": "successful",
"long_status": "Finished at 2025-08-13 20:42:45.579403",
"force_build": false,
"force_run": false
}
```
Tag is not updated and build is re-used = latest config was not fetched?
Running `toolforge components deployment create` manually then updated the config as expected.