Loading .gitlab-ci.yml +10 −3 Original line number Diff line number Diff line Loading @@ -1059,13 +1059,20 @@ test-be-to-release: - MSBuild.exe .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug /p:Platform=win32 /m | tee -variable winoutdata - $winoutdata | Out-File $BUILD_OUTPUT -Encoding Utf8 - ("& python ci/check_for_warnings.py '$BUILD_OUTPUT'") | Invoke-Expression - ("exit $LASTEXITCODE") | Invoke-Expression # - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression} # path to release candidate refs defined in config.toml - echo "Placeholder for BE test to release script" - mkdir logs # test generating references, fail after first error on decoder - echo "generate references" - ("& python -m pytest .\tests\codec_be_to_accepted_release\encoder --update_ref 1 -n $NPROC | tee 'logs/test_encoder-update_ref-log.txt' ") | Invoke-Expression - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression} - ("& python -m pytest .\tests\codec_be_to_accepted_release\decoder\test_decoder_constant_bitrate_no_binaural.py --update_ref 1 -n -x $NPROC | tee 'logs/test_decoder_constant_bitrate_no_binaural-update_ref-log.txt' ") | Invoke-Expression - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression} artifacts: name: "test-be-to-release--sha-$CI_COMMIT_SHORT_SHA--results" when: always Loading Loading
.gitlab-ci.yml +10 −3 Original line number Diff line number Diff line Loading @@ -1059,13 +1059,20 @@ test-be-to-release: - MSBuild.exe .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug /p:Platform=win32 /m | tee -variable winoutdata - $winoutdata | Out-File $BUILD_OUTPUT -Encoding Utf8 - ("& python ci/check_for_warnings.py '$BUILD_OUTPUT'") | Invoke-Expression - ("exit $LASTEXITCODE") | Invoke-Expression # - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression} # path to release candidate refs defined in config.toml - echo "Placeholder for BE test to release script" - mkdir logs # test generating references, fail after first error on decoder - echo "generate references" - ("& python -m pytest .\tests\codec_be_to_accepted_release\encoder --update_ref 1 -n $NPROC | tee 'logs/test_encoder-update_ref-log.txt' ") | Invoke-Expression - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression} - ("& python -m pytest .\tests\codec_be_to_accepted_release\decoder\test_decoder_constant_bitrate_no_binaural.py --update_ref 1 -n -x $NPROC | tee 'logs/test_decoder_constant_bitrate_no_binaural-update_ref-log.txt' ") | Invoke-Expression - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression} artifacts: name: "test-be-to-release--sha-$CI_COMMIT_SHORT_SHA--results" when: always Loading