all successful test cases
This commit is contained in:
parent
1b5cdf2771
commit
ca42e0e85d
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ preflight:
|
|||
stage: preflight
|
||||
script:
|
||||
- pwd
|
||||
- git clone -b successful_set "http://gitlab-ci-token:$ACCESS_TOKEN@git.mfd.msk/mfd/clearing_test.git"
|
||||
- git clone -b successful_set_without_timeout "http://gitlab-ci-token:$ACCESS_TOKEN@git.mfd.msk/mfd/clearing_test.git"
|
||||
artifacts:
|
||||
name: "$CI_COMMIT_REF_NAME"
|
||||
expire_in: 1 day
|
||||
|
|
|
|||
|
|
@ -105,5 +105,5 @@ def main():
|
|||
|
||||
|
||||
if __name__=='__main__':
|
||||
# main()
|
||||
run_specific(13)
|
||||
main()
|
||||
# run_specific(13)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue