-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collecting sub dir artifacts in GitLab yaml. Removing collect functio…
…n from test script. (#6499)
- Loading branch information
Showing
13 changed files
with
0 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,4 @@ else | |
echo -e "\n***\n*** Argument validation test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -411,6 +411,4 @@ else | |
echo -e "\n***\n*** BLS test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,4 @@ else | |
echo -e "\n***\n*** Custom Metrics test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,6 +123,4 @@ else | |
echo -e "\n***\n*** Decoupled test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,6 +109,4 @@ else | |
echo -e "\n***\n*** Ensemble test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,6 +315,4 @@ else | |
echo -e "\n***\n*** Env Manager Test FAILED.\n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -450,6 +450,4 @@ else | |
echo -e "\n***\n*** Example verification test FAILED.\n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,6 +172,4 @@ else | |
echo -e "\n***\n*** IO test FAILED.\n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,6 +213,4 @@ else | |
echo -e "\n***\n*** Lifecycle test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,6 +228,4 @@ else | |
echo -e "\n***\n*** Logging test FAILED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,4 @@ else | |
echo -e "\n***\n*** model_control_test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,4 @@ else | |
echo -e "\n***\n*** Restart test PASSED. \n***" | ||
fi | ||
|
||
collect_artifacts_from_subdir | ||
|
||
exit $RET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters