From 85453ccef05b97a9e3979e07b66808a360e1908f Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 12 Nov 2021 19:51:30 +0530 Subject: [PATCH] Update git submodules * Update tripleo-ci from branch 'master' to 72d7519942b3666658939bf99bc7129936297b0d - [workaround]Set permission for /dev/pts/ptmx to 666 When forking a pty as regular user, we get a failure to read/write on /dev/ptmx since it's just a symlink to /dev/pts/ptmx. It happens only on CS9 on all the nodes and gives error OSError: out of pty devices. Adding the workaround by setting the permission for /dev/pts/ptmx to 666 temprorly fixes the issue in CI. Proper fix will come later. Related-Bug: #1950176 Signed-off-by: Chandan Kumar (raukadah) Change-Id: I1a0327b09f53beee1668a6ab4bb8380cc6b46446 --- tripleo-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-ci b/tripleo-ci index e6a036545a..72d7519942 160000 --- a/tripleo-ci +++ b/tripleo-ci @@ -1 +1 @@ -Subproject commit e6a036545aa0d3dd543562703b0f87f3267dacd2 +Subproject commit 72d7519942b3666658939bf99bc7129936297b0d