confirm ci breakage

This commit is contained in:
Sagar Karandikar 2022-10-16 16:08:16 -07:00
parent 3e94f6ae9b
commit fe8cad47ca
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ def wait_machine_launch_complete():
# increase file descriptor limit system wide so that newer versions of
# buildroot don't fail. See discussion in https://github.com/firesim/firesim/pull/1132.
sudo("echo '* hard nofile 16384' >> /etc/security/limits.conf")
sudo("echo '* soft nofile 16384' >> /etc/security/limits.conf")
#sudo("echo '* hard nofile 16384' >> /etc/security/limits.conf")
#sudo("echo '* soft nofile 16384' >> /etc/security/limits.conf")
def setup_self_hosted_runners():
""" Installs GHA self-hosted runner machinery on the manager. """