Forráskód Böngészése

Clean up log folding

Michael Vines 6 éve
szülő
commit
05ada97d00
1 módosított fájl, 12 hozzáadás és 0 törlés
  1. 12 0
      ci/testnet-manager.sh

+ 12 - 0
ci/testnet-manager.sh

@@ -219,6 +219,10 @@ sanity() {
       NO_INSTALL_CHECK=1 \
       NO_INSTALL_CHECK=1 \
       NO_VALIDATOR_SANITY=1 \
       NO_VALIDATOR_SANITY=1 \
         ci/testnet-sanity.sh edge-testnet-solana-com gce us-west1-b
         ci/testnet-sanity.sh edge-testnet-solana-com gce us-west1-b
+    )
+    (
+      echo "--- net.sh restart"
+      set -x
       time net/net.sh restart --skip-setup --deploy-if-newer -t "$CHANNEL_OR_TAG"
       time net/net.sh restart --skip-setup --deploy-if-newer -t "$CHANNEL_OR_TAG"
     )
     )
     ;;
     ;;
@@ -236,6 +240,10 @@ sanity() {
       NO_INSTALL_CHECK=1 \
       NO_INSTALL_CHECK=1 \
       NO_VALIDATOR_SANITY=1 \
       NO_VALIDATOR_SANITY=1 \
         ci/testnet-sanity.sh beta-testnet-solana-com gce us-west1-b
         ci/testnet-sanity.sh beta-testnet-solana-com gce us-west1-b
+    )
+    (
+      echo "--- net.sh restart"
+      set -x
       time net/net.sh restart --skip-setup --deploy-if-newer -t "$CHANNEL_OR_TAG"
       time net/net.sh restart --skip-setup --deploy-if-newer -t "$CHANNEL_OR_TAG"
     )
     )
     ;;
     ;;
@@ -378,6 +386,10 @@ deploy() {
         ${skipStart:+-s} \
         ${skipStart:+-s} \
         ${maybeStop:+-S} \
         ${maybeStop:+-S} \
         ${maybeDelete:+-D}
         ${maybeDelete:+-D}
+    )
+    (
+      echo "--- net.sh update"
+      set -x
       time net/net.sh update -t "$CHANNEL_OR_TAG" --platform\ {linux,osx,windows}
       time net/net.sh update -t "$CHANNEL_OR_TAG" --platform\ {linux,osx,windows}
     )
     )
     ;;
     ;;