File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ pages:
314314 - sed -i 's/commit_hash/'$CI_COMMIT_SHA'/' public/index.html
315315 - sed -i 's/zmq_job_id/'$( cat ./zmq/job.env )'/' public/index.html
316316 - sed -i 's/zmq-tsan_job_id/'$( cat ./zmq-tsan/job.env )'/' public/index.html
317- - sed -i 's/zmq-asan_job_id/'$( cat ./zmq-asan/job.env )'/' public/index.html
317+ # - sed -i 's/zmq-asan_job_id/'$( cat ./zmq-asan/job.env )'/' public/index.html
318318 - sed -i 's/rf_job_id/'$( cat ./rf/job.env )'/' public/index.html
319319
320320 needs :
@@ -330,8 +330,8 @@ pages:
330330 artifacts : true
331331 - job : zmq-tsan
332332 artifacts : true
333- - job : zmq-asan
334- artifacts : true
333+ # - job: zmq-asan
334+ # artifacts: true
335335 - job : rf
336336 artifacts : true
337337 artifacts :
Original file line number Diff line number Diff line change @@ -551,20 +551,20 @@ avx2 [tsan, clean]:
551551 - if : $CI_MERGE_REQUEST_LABELS =~ /no-cache/
552552 cache : []
553553
554- avx2 [asan] :
555- extends : .avx
556- rules :
557- - if : $CI_DESCRIPTION =~ /Nightly/
558- variables :
559- OS : ubuntu-22.04
560- TEST_MODE : asan
561- COMPILER : gcc
562- BUILD_TYPE : Debug
563- ENABLE_ASAN : " True"
564- ASSERT_LEVEL : PARANOID
565- CPU_FLAG : " avx2"
566- ENABLE_AVX512 : " False"
567- ENABLE_AVX2 : " True"
554+ # avx2 [asan]:
555+ # extends: .avx
556+ # rules:
557+ # - if: $CI_DESCRIPTION =~ /Nightly/
558+ # variables:
559+ # OS: ubuntu-22.04
560+ # TEST_MODE: asan
561+ # COMPILER: gcc
562+ # BUILD_TYPE: Debug
563+ # ENABLE_ASAN: "True"
564+ # ASSERT_LEVEL: PARANOID
565+ # CPU_FLAG: "avx2"
566+ # ENABLE_AVX512: "False"
567+ # ENABLE_AVX2: "True"
568568
569569avx512 :
570570 extends : .avx
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ zmq-tsan:
103103 artifacts : true
104104 optional : true
105105
106- zmq-asan :
107- extends : zmq
108- needs :
109- - job : " avx2 [asan]"
110- artifacts : true
106+ # zmq-asan:
107+ # extends: zmq
108+ # needs:
109+ # - job: "avx2 [asan]"
110+ # artifacts: true
111111
112112zmq-multiue :
113113 extends : zmq
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ <h1>SRS GNB documentation</h1>
104104 < a class ="a_list " href ="https://softwareradiosystems.gitlab.io/-/srsgnb/-/jobs/zmq_tsan_job_id/artifacts/zmq-tsan/report.html "> zmq tsan</ a >
105105 </ li >
106106 < p > </ p >
107- < li >
107+ <!-- < li>
108108 <a class="a_list" href="https://softwareradiosystems.gitlab.io/-/srsgnb/-/jobs/zmq_asan_job_id/artifacts/zmq-tsan/report.html">zmq asan</a>
109109 </li>
110- < p > </ p >
110+ <p></p> -->
111111 < li >
112112 < a class ="a_list " href ="https://softwareradiosystems.gitlab.io/-/srsgnb/-/jobs/rf_job_id/artifacts/rf/report.html "> rf</ a >
113113 </ li >
You can’t perform that action at this time.
0 commit comments