Updated the gitlab-ci.yml yaml file, character limit NIRT lab number and spin tube ID are 6 ,All the Automation Test Cases are edited ,About app Version Added ,Email ids for notify pipeline output are added.

This commit is contained in:
Raman deep
2021-03-01 17:50:13 +00:00
parent dfa6f947eb
commit a2b3c78860

View File

@@ -102,10 +102,6 @@ build_debug:
# Output for debug logging purpose only # Output for debug logging purpose only
- echo $TEST_LAB_DEVICE_CONFIGURATIONS - echo $TEST_LAB_DEVICE_CONFIGURATIONS
# Run tests if there were any configured
- if [ -n "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then gcloud firebase test android run --type robo --app app.apk $TEST_LAB_DEVICE_CONFIGURATIONS --timeout 90s; fi
# Warn if there were no configurations # Warn if there were no configurations
- if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi - if [ -z "$TEST_LAB_DEVICE_CONFIGURATIONS" ]; then echo "NO FIREBASE TESTLAB CONFIGURATIONS!!!"; fi