File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ GIT_USERNAME ?= $(shell git config user.name | tr -d ' '| tr '[:upper:]' '[:lowe
12
12
13
13
.SILENT :
14
14
15
- # Whether to run all the python versions from the whole support matrix
16
- FULL ?= false
17
15
# TODO: allow dynamism so the cluster is defined in Vault maybe?
18
16
K8S_CLUSTER ?= observability-ci-test-k8s
19
17
K8S_NAMESPACE ?= $(GIT_USERNAME )
@@ -25,15 +23,6 @@ GCLOUD_K8S_CLUSTER_REGION ?= us-central1-c
25
23
GCLOUD_K8S_CLUSTER_PROJECT ?= elastic-observability
26
24
DEFAULT_REPO ?= docker.elastic.co/beats-dev
27
25
28
- EXCLUDE = .ci/.jenkins_exclude.yml
29
- ifeq ($(FULL ) , true)
30
- FRAMEWORKS = .ci/.jenkins_framework_full.yml
31
- VERSIONS = .ci/.jenkins_python_full.yml
32
- else
33
- FRAMEWORKS = .ci/.jenkins_framework.yml
34
- VERSIONS = .ci/.jenkins_python.yml
35
- endif
36
-
37
26
38
27
# ###############################
39
28
# # Helper function
42
31
help :
43
32
@echo " Environment variables:"
44
33
@echo " "
45
- @echo ' VAULT_TOKEN=$$(cat $${HOME}/.vault-token) this token is needed for local operations'
46
- @echo " "
47
34
@echo " Main targets:"
48
35
@echo " "
49
36
@grep ' ^## @help' Makefile| cut -d " :" -f 2-3| ( (sort| column -s " :" -t) || (sort| tr " :" " \t" ) || (tr " :" " \t" ))
@@ -65,6 +52,7 @@ bin/skaffold: bin
65
52
chmod +x " $( SKAFFOLD) "
66
53
67
54
setup : bin/kubectl bin/skaffold
55
+ pip3 install -r requirements.txt
68
56
69
57
# ###############################
70
58
# # K8s specific helper functions
You can’t perform that action at this time.
0 commit comments