Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ensure-tester/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ttl=$1
scripts/run_on_tester "
set -eu;
sudo shutdown -P $ttl;
sudo sysctl fs.inotify.max_user_watches=65536
function clone {
if ! [ -d ~/run-$RUN_ID ]; then
mkdir -p ~/run-$RUN_ID;
Expand Down
1 change: 0 additions & 1 deletion yarn-project/end-to-end/scripts/network_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ fi

STERN_PID=""
function copy_stern_to_log() {
ulimit -n 4096
stern spartan -n $NAMESPACE >$SCRIPT_DIR/network-test.log &
echo "disabled until less resource intensive solution than stern implemented" >$SCRIPT_DIR/network-test.log &
STERN_PID=$!
Expand Down
Loading