提交 b74909c2 创建 作者: 王晓庆's avatar 王晓庆

增加新文件

上级 ebc700d3
流水线 #118573 已失败 于阶段
用时 28 秒
image: "mssql-server-2019-python:2019-CU5-ubuntu-18.04"
stages:
- case1
.codecode-runner: &codecode-runner
tags:
- ubuntu-16.04
- short-job
case1:
stage: case1
<<: *codecode-runner
script:
- /opt/mssql/bin/sqlservr > /dev/null &
- python3 testsql.py ci_test query 1
- diff query1_result.txt user_query1_result.txt -b -B -y -i -W 100
- echo -e "\n*******************************************\nexec-score 100\n*******************************************\n"
only:
- master
allow_failure: false
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论