-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible playbook for cron entry on test-ibm-aix71-ppc64-* to resolve bash / sh-np issues #2029
Comments
I have cleared up all of the |
I have a good test to get the bad behavior and am working on a patch asap. |
p.s. Once my other ansible playbooks get merged - I'll start working on the loose 'tasks:' and, among other thiongs, add adding some lines to crontab to clean sh-np files daily. |
I have a fix for bash : see aixtools/bash#2 : and am installing it on ojdk05 (test-osuosl-aix71-ppc64-1). As to cronjobs - there is more needed. Directories and files: /tmp/{classes|fail|jenkins|mlib|socket|test|testng|tmp}* Excluding /tmp/sh-np* files there are currently 871 of *1026 objects in /tmp
UPDATE: The easiest standard way to approach this may be to use
|
To determine if skulker should be that entry:
|
|
Link to any log file showing the problem: Last night's OpenJ9 build son JDK11 and JDK17 Which are tied to test-ibm-aix71-ppc64-1
Please describe the issue:
sh-np
files not being cleared up between builds (also covered in AIX builds failing due to /tmp/sh-np.* file leakage...? #929) - we need the same crontab entries set up (via playbooks!) as we have on the build-osuosl-* machines.JDK17:
The text was updated successfully, but these errors were encountered: