Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email )
Change subject: ansible: openjdk: add mkdir ~/jenkins
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/42643/comment/45f16e98_d546937e?usp=… :
PS1, Line 10: }}/jenkins/jdk/bin/java, even if ~/jenkins does not exit yet at this
> exist
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I384398e2fe45988eaac32d61095c989914699245
Gerrit-Change-Number: 42643
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 20 Apr 2026 11:23:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith, pespin.
Hello Jenkins Builder, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by pespin
Change subject: ansible: openjdk: add mkdir ~/jenkins
......................................................................
ansible: openjdk: add mkdir ~/jenkins
Ensure the JDK can always be installed to /home/{{ jenkins_user
}}/jenkins/jdk/bin/java, even if ~/jenkins does not exist yet at this
point. This could be because jenkins didn't connect to the node yet, or
because the jenkins dir isn't set to ~/jenkins.
Related: OS#6998#note-4
Change-Id: I384398e2fe45988eaac32d61095c989914699245
---
M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/43/42643/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I384398e2fe45988eaac32d61095c989914699245
Gerrit-Change-Number: 42643
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email )
Change subject: ansible: openjdk: add mkdir ~/jenkins
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/42643/comment/7f844ab7_49ea3b59?usp=… :
PS1, Line 10: }}/jenkins/jdk/bin/java, even if ~/jenkins does not exit yet at this
exist
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I384398e2fe45988eaac32d61095c989914699245
Gerrit-Change-Number: 42643
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 20 Apr 2026 11:18:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email )
Change subject: ansible: openjdk: add mkdir ~/jenkins
......................................................................
ansible: openjdk: add mkdir ~/jenkins
Ensure the JDK can always be installed to /home/{{ jenkins_user
}}/jenkins/jdk/bin/java, even if ~/jenkins does not exit yet at this
point. This could be because jenkins didn't connect to the node yet, or
because the jenkins dir isn't set to ~/jenkins.
Related: OS#6998#note-4
Change-Id: I384398e2fe45988eaac32d61095c989914699245
---
M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/43/42643/1
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
index f8009bb..16cc6ab 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml
@@ -27,6 +27,7 @@
become: true
become_user: "{{ jenkins_user }}"
shell: |
+ mkdir -p ~/jenkins
cd ~/jenkins
case "$(arch)" in
x86_64)
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42643?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I384398e2fe45988eaac32d61095c989914699245
Gerrit-Change-Number: 42643
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>