File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,6 @@ linux_container_definition: &LINUX_CONTAINER_DEFINITION
31
31
cpu : 3
32
32
memory : 8G
33
33
34
- mend_container_definition : &MEND_CONTAINER_DEFINITION
35
- eks_container :
36
- image : ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j21-latest
37
- region : eu-central-1
38
- cluster_name : ${CIRRUS_CLUSTER_NAME}
39
- namespace : default
40
- cpu : 4
41
- memory : 2G
42
-
43
34
win_vm_definition : &WINDOWS_VM_DEFINITION
44
35
env :
45
36
JF_ALIAS : " jf"
@@ -134,7 +125,7 @@ mend_scan_task:
134
125
- build
135
126
# run only on master and long-living branches
136
127
only_if : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
137
- << : *MEND_CONTAINER_DEFINITION
128
+ << : *LINUX_CONTAINER_DEFINITION
138
129
env :
139
130
WS_APIKEY : VAULT[development/kv/data/mend data.apikey]
140
131
<< : *POETRY_INSTALL
You can’t perform that action at this time.
0 commit comments