Stéphane MERLE
Stéphane MERLE
jenkins-weekly cleanup disk premium removed `pvc-d6f52829-b9a9-4d0e-bd38-777005a77d08` PV removed old snapshot `jenkins-weekly-snapshot-20240515-0907` removed new snapshot done, to remove later
migration for release.ci - [x] create PV/PVC/DISK for release.ci on privatek8s - https://github.com/jenkins-infra/azure/pull/768 - [x] run migration pod to prepare new disk - [details](https://github.com/jenkins-infra/helpdesk/issues/4044#issuecomment-2205525362) - [x] make a snapshot of...
pod template for migration for jenkins-release ``` apiVersion: v1 kind: Pod metadata: name: migrate-volume labels: name: migrate-volume namespace: jenkins-release spec: securityContext: runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 containers: - image:...
migration for infra.ci - [x] create PV/PVC/DISK for infra.ci on privatek8s - https://github.com/jenkins-infra/azure/pull/771 - [x] run migration pod to prepare new disk - [details](https://github.com/jenkins-infra/helpdesk/issues/4044#issuecomment-2208415906) - [x] make a snapshot of...
pod template for migration for jenkins-infra ``` apiVersion: v1 kind: Pod metadata: name: migrate-volume labels: name: migrate-volume namespace: jenkins-infra spec: securityContext: runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 containers: - image:...
when using the scalar block: ``` skip: | {{ not (eq .Env.AGENT_OS_VERSION "2019") }} ``` updatecli is not complaining anymore and the yaml parsing go through HOWEVER the goss templating...
for now the updatecli is more important for us to keep our image uptodate so I kept the scalar block version even if it mean to skip the goss test...
lock on the exec for windows not behaving correctly : ``` [2024-05-17T14:18:59.052Z] �[0;32m2024-05-17T14:18:58Z: azure-arm.windows: ......FF...................�[0m [2024-05-17T14:18:59.052Z] �[1;31m2024-05-17T14:18:58Z: ==> azure-arm.windows: 2024-05-17T14:18:57Z [DEBUG][Command][visualstudio][stderr] 'C:\Program' is not recognized as an internal or external...
last error : `The filename, directory name, or volume label syntax is incorrect` ``` 18:57:22 2024-05-20T16:57:21Z: ==> azure-arm.windows: 2024-05-20T16:57:21Z [DEBUG][Command][visualstudio][stderr] The filename, directory name, or volume label syntax is incorrect....
working using () and " : ``` exec: ("C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" "/nologo" "/version") ```