File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with
4
+ # this work for additional information regarding copyright ownership.
5
+ # The ASF licenses this file to You under the Apache License, Version 2.0
6
+ # (the "License"); you may not use this file except in compliance with
7
+ # the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+
18
+ # Mimir Daemon properties
19
+
20
+ # Disable JGroups; we don't want/use LAN cache sharing
21
+ mimir.jgroups.enabled =false
Original file line number Diff line number Diff line change 45
45
shell : bash
46
46
run : |
47
47
mkdir -p ~/.m2
48
+ mkdir -p ~/.mimir
48
49
cp .github/ci-extensions.xml ~/.m2/extensions.xml
50
+ cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
49
51
50
52
- name : Handle Mimir caches
51
53
uses : actions/cache@v4
@@ -112,7 +114,9 @@ jobs:
112
114
shell : bash
113
115
run : |
114
116
mkdir -p ~/.m2
117
+ mkdir -p ~/.mimir
115
118
cp .github/ci-extensions.xml ~/.m2/extensions.xml
119
+ cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
116
120
117
121
- name : Handle Mimir caches
118
122
uses : actions/cache@v4
@@ -193,7 +197,9 @@ jobs:
193
197
shell : bash
194
198
run : |
195
199
mkdir -p ~/.m2
200
+ mkdir -p ~/.mimir
196
201
cp .github/ci-extensions.xml ~/.m2/extensions.xml
202
+ cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
197
203
198
204
- name : Handle Mimir caches
199
205
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments