Skip to content

Commit

Permalink
patch bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzacy committed Feb 16, 2018
1 parent f3f046d commit c9c61f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion experiment/bump_e2e_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ popd

echo "TAG = ${TAG}"

$SED -i "s/DEFAULT_KUBEKINS_TAG = '.*'/DEFAULT_KUBEKINS_TAG = '${TAG}-master'/" "${TREE}/scenarios/kubernetes_e2e.py"
$SED -i "s/\/kubekins-e2e:.*$/\/kubekins-e2e:${TAG}-master/" "${TREE}/images/kubeadm/Dockerfile"
$SED -i "s/\/kubekins-e2e:v.*$/\/kubekins-e2e:${TAG}-master/" "${TREE}/experiment/generate_tests.py"
$SED -i "s/\/kubekins-e2e:v.*-\(.*\)$/\/kubekins-e2e:${TAG}-\1/" "${TREE}/experiment/test_config.yaml"
Expand Down
4 changes: 0 additions & 4 deletions scenarios/kubernetes_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
import random
import re
import shutil
import signal
import subprocess
import sys
import tempfile
import traceback
import urllib2
import time

Expand Down Expand Up @@ -439,7 +436,6 @@ def main(args):
if not os.path.isdir(artifacts):
os.makedirs(artifacts)

container = '%s-%s' % (os.environ.get('JOB_NAME'), os.environ.get('BUILD_NUMBER'))
mode = LocalMode(workspace, artifacts)

for env_file in args.env_file:
Expand Down
2 changes: 0 additions & 2 deletions scenarios/kubernetes_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@

"""Test for kubernetes_e2e.py"""

import json
import os
import re
import shutil
import string
import tempfile
Expand Down

0 comments on commit c9c61f9

Please sign in to comment.