Skip to content

Commit

Permalink
Merge pull request #30775 from dims/cleanup-bootstrap-and-kubernetes-…
Browse files Browse the repository at this point in the history
…e2e-scripts

Cleanup bootstrap and kubernetes e2e scripts
  • Loading branch information
k8s-ci-robot committed Sep 21, 2023
2 parents 293bdb8 + 06bb395 commit 6177d94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 338 deletions.
4 changes: 2 additions & 2 deletions jenkins/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
import json
import logging
import os
import pipes
import random
import re
import select
import shlex
import signal
import socket
import subprocess
Expand Down Expand Up @@ -1066,7 +1066,7 @@ def bootstrap(args):
)

if len(sys.argv) > 1:
logging.info('Args: %s', ' '.join(pipes.quote(a)
logging.info('Args: %s', ' '.join(shlex.quote(a)
for a in sys.argv[1:]))
logging.info('Bootstrap %s...', job)
logging.info('Builder: %s', node())
Expand Down
Loading

0 comments on commit 6177d94

Please sign in to comment.