@@ -1043,7 +1043,7 @@ jobs:
1043
1043
sc4s : ${{ fromJson(needs.meta.outputs.python39_sc4s) }}
1044
1044
python39 : true
1045
1045
container :
1046
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
1046
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
1047
1047
env :
1048
1048
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1049
1049
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1064,6 +1064,13 @@ jobs:
1064
1064
- uses : actions/checkout@v3
1065
1065
with :
1066
1066
submodules : recursive
1067
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
1068
+ id : configure-git
1069
+ run : |
1070
+ git --version
1071
+ git_path="$(pwd)"
1072
+ echo "$git_path"
1073
+ git config --global --add safe.directory "$git_path"
1067
1074
- name : capture start time
1068
1075
id : capture-start-time
1069
1076
run : |
@@ -1285,7 +1292,7 @@ jobs:
1285
1292
sc4s : ${{ fromJson(needs.meta.outputs.python39_sc4s) }}
1286
1293
python39 : true
1287
1294
container :
1288
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
1295
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
1289
1296
env :
1290
1297
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1291
1298
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1305,6 +1312,13 @@ jobs:
1305
1312
- uses : actions/checkout@v3
1306
1313
with :
1307
1314
submodules : recursive
1315
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
1316
+ id : configure-git
1317
+ run : |
1318
+ git --version
1319
+ git_path="$(pwd)"
1320
+ echo "$git_path"
1321
+ git config --global --add safe.directory "$git_path"
1308
1322
- name : capture start time
1309
1323
id : capture-start-time
1310
1324
run : |
@@ -1506,7 +1520,7 @@ jobs:
1506
1520
browser : " chrome"
1507
1521
python39 : true
1508
1522
container :
1509
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
1523
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
1510
1524
env :
1511
1525
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1512
1526
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1527,6 +1541,13 @@ jobs:
1527
1541
- uses : actions/checkout@v3
1528
1542
with :
1529
1543
submodules : recursive
1544
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
1545
+ id : configure-git
1546
+ run : |
1547
+ git --version
1548
+ git_path="$(pwd)"
1549
+ echo "$git_path"
1550
+ git config --global --add safe.directory "$git_path"
1530
1551
- name : capture start time
1531
1552
id : capture-start-time
1532
1553
run : |
@@ -1735,7 +1756,7 @@ jobs:
1735
1756
modinput-type : [ "modinput_functional" ]
1736
1757
python39 : true
1737
1758
container :
1738
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
1759
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
1739
1760
env :
1740
1761
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1741
1762
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1756,6 +1777,13 @@ jobs:
1756
1777
- uses : actions/checkout@v3
1757
1778
with :
1758
1779
submodules : recursive
1780
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
1781
+ id : configure-git
1782
+ run : |
1783
+ git --version
1784
+ git_path="$(pwd)"
1785
+ echo "$git_path"
1786
+ git config --global --add safe.directory "$git_path"
1759
1787
- name : capture start time
1760
1788
id : capture-start-time
1761
1789
run : |
@@ -1974,7 +2002,7 @@ jobs:
1974
2002
os : " ubuntu:22.04"
1975
2003
python39 : true
1976
2004
container :
1977
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
2005
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
1978
2006
env :
1979
2007
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1980
2008
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1994,6 +2022,13 @@ jobs:
1994
2022
- uses : actions/checkout@v3
1995
2023
with :
1996
2024
submodules : recursive
2025
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
2026
+ id : configure-git
2027
+ run : |
2028
+ git --version
2029
+ git_path="$(pwd)"
2030
+ echo "$git_path"
2031
+ git config --global --add safe.directory "$git_path"
1997
2032
- name : capture start time
1998
2033
id : capture-start-time
1999
2034
run : |
@@ -2203,7 +2238,7 @@ jobs:
2203
2238
splunk : ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
2204
2239
os : [ "ubuntu:22.04", "centos:7","redhat:8.5" ]
2205
2240
container :
2206
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
2241
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
2207
2242
env :
2208
2243
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
2209
2244
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -2223,6 +2258,13 @@ jobs:
2223
2258
- uses : actions/checkout@v3
2224
2259
with :
2225
2260
submodules : recursive
2261
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
2262
+ id : configure-git
2263
+ run : |
2264
+ git --version
2265
+ git_path="$(pwd)"
2266
+ echo "$git_path"
2267
+ git config --global --add safe.directory "$git_path"
2226
2268
- name : capture start time
2227
2269
id : capture-start-time
2228
2270
run : |
@@ -2439,7 +2481,7 @@ jobs:
2439
2481
matrix :
2440
2482
splunk : ${{ fromJson(needs.meta.outputs.matrix_latestSplunk) }}
2441
2483
container :
2442
- image : ghcr.io/splunk/workflow-engine-base:2.0.3
2484
+ image : ghcr.io/splunk/workflow-engine-base:2.0.12
2443
2485
env :
2444
2486
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
2445
2487
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -2459,6 +2501,13 @@ jobs:
2459
2501
- uses : actions/checkout@v3
2460
2502
with :
2461
2503
submodules : recursive
2504
+ - name : configure git # This step configures git to omit "dubious git ownership error" in later test-reporter stage
2505
+ id : configure-git
2506
+ run : |
2507
+ git --version
2508
+ git_path="$(pwd)"
2509
+ echo "$git_path"
2510
+ git config --global --add safe.directory "$git_path"
2462
2511
- name : capture start time
2463
2512
id : capture-start-time
2464
2513
run : |
0 commit comments