difftreelog
debug: send SIGUSR1 to docker process
in: master
1 file changed
.github/workflows/nodes-only-update.ymldiffbeforeafterboth146146147147148 - name: Temp Wait. Will be remove after send SIGUSER to polkadot-launch148 - name: Temp Wait. Will be remove after send SIGUSER to polkadot-launch149 run: sleep 600s149 run: sleep 30s150150151# - name: Run tests before Node Parachain upgrade151# - name: Run tests before Node Parachain upgrade152# run: |152# run: |171171172 - name: Send SIGUSR1 to polkadotlaunch process172 - name: Send SIGUSR1 to polkadotlaunch process173 if: success()173 if: success()174 run: |174 run: |175 #Get PID of polkadot-launch175 #Get PID of polkadot-launch176 PID=$(docker exec -it node-parachain pidof 'polkadot-launch')176 PID=$(docker exec node-parachain pidof 'polkadot-launch')177 #Send SIGUSR1 signal to $PID177 echo $PID178 #Send SIGUSR1 signal to $PID178 docker exec -it node-parachain kill -SIGUSR1 $(PID)179 docker exec node-parachain kill -SIGUSR1 $PID179180180 # 🌗 All parachain collators restarted with the new binaries.181 # 🌗 All parachain collators restarted with the new binaries.181 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.182 - name: Check if docker logs consist messages related to testing of Node Parachain Upgrade.