aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-27 09:06:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-27 09:12:31 +0100
commita42953161b3a845a1c4ec930a956f0ded43db254 (patch)
treee07f7ca314808ef14559c369fed002823b38f465 /docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch
parent2318a6f4b5502d9aba4a0c7d22827a3809d2ad43 (diff)
Sync with xrally_kubernetes
As upstream is fixed [1][2], it can partially revert - Force Kubernetes 11.0 to please xrall_kubernetes - Allow offline testing via xrally_kubernetes [1] https://github.com/xrally/xrally-kubernetes/commit/2ffa85af2bff3438b6b23034b6ec6ee1de481090 [2] https://github.com/xrally/xrally-kubernetes/commit/8caf16cd017d475360b2345b3091a9881cd884d0 Change-Id: I43ca1966dcf61e55c45f13adf27ba5b0035d8fda Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch')
-rw-r--r--docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch b/docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch
deleted file mode 100644
index 6eca17fa..00000000
--- a/docker/core/Allow-offline-testing-in-PodWithClusterIPSvc.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 220ee016272f7760fffb9df3213ed93ec77e7948 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?C=C3=A9dric=20Ollivier?= <cedric.ollivier@orange.com>
-Date: Sun, 22 Nov 2020 11:54:05 +0100
-Subject: [PATCH] Allow offline testing in PodWithClusterIPSvc
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-It sets edge as image tag for appropriate/curl not to force a download.
-
-Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
----
- xrally_kubernetes/tasks/scenarios/services.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/xrally_kubernetes/tasks/scenarios/services.py b/xrally_kubernetes/tasks/scenarios/services.py
-index f1b4fa0..05db477 100644
---- a/xrally_kubernetes/tasks/scenarios/services.py
-+++ b/xrally_kubernetes/tasks/scenarios/services.py
-@@ -93,7 +93,7 @@ class PodWithClusterIPSvc(common_scenario.BaseKubernetesScenario):
- self.client.create_job(
- name=name,
- namespace=namespace,
-- image="appropriate/curl",
-+ image="appropriate/curl:edge",
- command=command,
- status_wait=True
- )
---
-2.29.2
-