1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
## Debian CI:
debian/.gitlab-ci.yml
## Dumb idea to incorporate docker images into executable; disabled:
executors/docker/bindata_test.go
## VirtualBox tests; depends on pre-built images:
executors/virtualbox/executor_virtualbox_test.go
#Bug-Upstream: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1534
#Shell tests rely on network:
# ~~~~
# fatal: unable to access 'https://gitlab.com/gitlab-org/gitlab-test.git/': Could not resolve host: gitlab.com
# ~~~~
# also FTBFS:
## gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/shell_test
#src/gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/shell/executor_shell_test.go:17: t.Run undefined (type *testing.T has no field or method Run)
#src/gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/shell/executor_shell_test.go:25: t.Run undefined (type *testing.T has no field or method Run)
#src/gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/shell/executor_shell_test.go:33: t.Run undefined (type *testing.T has no field or method Run)
executors/shell/executor_shell_test.go
## Kubernetes tests:
executors/kubernetes/executor_kubernetes_test.go
## broken tests
## https://gitlab.com/gitlab-org/gitlab-runner/issues/4539
## https://gitlab.com/gitlab-org/gitlab-runner/issues/4538
executors/custom/executor_integration_test.go
executors/shell/executor_shell_integration_test.go
executors/custom/integration_test.go
executors/shell/shell_integration_test.go
executors/virtualbox/virtualbox_test.go
|