Buildbot: Upgrade to version 3.11.6 #94

Closed
opened 2024-07-24 18:00:47 +02:00 by Bart van der Braak · 7 comments
  • ~/.devops/services/buildbot-master/Pipfile
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pyyaml = "==6.0.1"
buildbot-worker = "==3.11.6"
pylint = "*"
requests = "*"
treq = "==22.2.0"
buildbot = "==3.11.6"
buildbot-www = "==3.11.6"
buildbot-console-view = "==3.11.6"
buildbot-grid-view = "==3.11.6"
buildbot-waterfall-view = "==3.11.6"

[dev-packages]

[requires]
python_version = "3.9"
  • ~/git/bdr-devops-core/buildbot/pipeline/__init__.py
:%s/pollinterval/pollInterval/g
  • cd /home/blender/git/bdr-devops-core && /snap/bin/pwsh -c "./cmd/buildbot/buildbot-master.ps1 -steps db-upgrade -serviceEnvId UATEST -serviceHostId pvep-lvm-buildbot-master-01"
- `~/.devops/services/buildbot-master/Pipfile` ``` [[source]] url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" [packages] pyyaml = "==6.0.1" buildbot-worker = "==3.11.6" pylint = "*" requests = "*" treq = "==22.2.0" buildbot = "==3.11.6" buildbot-www = "==3.11.6" buildbot-console-view = "==3.11.6" buildbot-grid-view = "==3.11.6" buildbot-waterfall-view = "==3.11.6" [dev-packages] [requires] python_version = "3.9" ``` - `~/git/bdr-devops-core/buildbot/pipeline/__init__.py` ``` :%s/pollinterval/pollInterval/g ``` - `cd /home/blender/git/bdr-devops-core && /snap/bin/pwsh -c "./cmd/buildbot/buildbot-master.ps1 -steps db-upgrade -serviceEnvId UATEST -serviceHostId pvep-lvm-buildbot-master-01"`
Bart van der Braak added this to the DevOps Progress Board project 2024-07-24 18:00:53 +02:00
Bart van der Braak self-assigned this 2024-07-24 18:01:11 +02:00
Author
Owner

Buildbot master and workers on UATEST have been updated to use version 3.11.6

Buildbot master and workers on UATEST have been updated to use version 3.11.6
Author
Owner

I will continue this upgrade to Production next week.

I will continue this upgrade to Production next week.
Author
Owner

Created a snapshot of pvep-lvm-buildbot-master-02 to have a state from before the upgrade.

Created a snapshot of `pvep-lvm-buildbot-master-02` to have a state from before the upgrade.
Author
Owner

Changes were merged into the develop branch (ref).

Changes were merged into the `develop` branch ([ref](https://gitlab.com/blender/bdr-devops-core/-/merge_requests/25)).
Author
Owner

c["collapseRequests"] = False was included to possibly fix the collapsing build issue (#57) and for some additional testing.

`c["collapseRequests"] = False` was included to possibly fix the collapsing build issue (#57) and for some additional testing.
Author
Owner

Running database migrations

cd /home/blender/git/bdr-devops-core && /snap/bin/pwsh -c "./cmd/buildbot/buildbot-master.ps1 -steps db-upgrade -serviceEnvId PROD -serviceHostId pvep-lvm-buildbot-master-02"
Running database migrations ``` cd /home/blender/git/bdr-devops-core && /snap/bin/pwsh -c "./cmd/buildbot/buildbot-master.ps1 -steps db-upgrade -serviceEnvId PROD -serviceHostId pvep-lvm-buildbot-master-02" ```
Author
Owner

All Buildbot workers (and the master) have been upgraded to version 3.11.6.

✅ All Buildbot workers (and the master) have been upgraded to version 3.11.6.
Sign in to join this conversation.
No description provided.