Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-03 08:36:07 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-03 11:23:36 +0300
commit4eec76845b4d5aee321d6ffc6c2dbd0fdc8fc50a (patch)
tree085c350e2464fcf489a375f3b50c461598e681c3 /_support
parent1c145744d63b09635c6064c81e00d779dd57a26d (diff)
ci: Remove testing with bad proxies
One of our CI jobs is testing that Gitaly works correctly when invalid proxies have been configured. This test only checks the `rubyserver` package though, which is about to be removed. The tests are thus not required anymore. Remove the CI jobs and the infrastructure supporting it.
Diffstat (limited to '_support')
-rwxr-xr-x_support/bad-proxies6
1 files changed, 0 insertions, 6 deletions
diff --git a/_support/bad-proxies b/_support/bad-proxies
deleted file mode 100755
index fceca168d..000000000
--- a/_support/bad-proxies
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-export http_proxy=http://invalid
-export https_proxy=https://invalid
-
-exec "$@"