Skip to content

Commit d2525c6

Browse files
committed
test
1 parent 55c0313 commit d2525c6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.cirrus.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,16 @@ task:
155155
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
156156
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
157157
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
158+
- mkdir artifactsdir
159+
- touch artifactsdir\win.txt
158160
# Exclude feature_dbcrash for now due to timeout
159161
# Exclude also wallet_avoidreuse due to timeout
160162
# Ignore failures for now, need to investigate but we really don't use native win64 builds
161-
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
163+
# - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
164+
- python test\functional\test_runner.py --tmpdirprefix=artifactsdir/ --nocleanup --ci --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --filter=.*feature_confidential_transactions.* || true
165+
- ls -laR C:\Users\ContainerAdministrator\AppData\Local\Temp\ || true
166+
- ls -laR C:/Users/ContainerAdministrator/AppData/Local/Temp/ || true
167+
# - mv C:/Users/ContainerAdministrator/AppData/Local/Temp/test_runner* artifactsdir || true
168+
artifacts:
169+
- C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\artifactsdir\
162170

0 commit comments

Comments
 (0)