File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -1221,6 +1221,19 @@ spec:
12211221 needed for certain test-operator functionalities to work properly (e.g.:
12221222 extraRPMs in Tempest CR, or certain set of tobiko tests).
12231223 type : boolean
1224+ rerunFailedTests :
1225+ default : false
1226+ description : |-
1227+ Activate tempest re-run feature. When activated, tempest will perform
1228+ another run of the tests that failed during the first execution.
1229+ type : boolean
1230+ rerunOverrideStatus :
1231+ default : false
1232+ description : |-
1233+ Allow override of exit status with the tempest re-run feature.
1234+ When activated, the original return value of the tempest run will be
1235+ overridden with a result of the tempest run on the set of failed tests.
1236+ type : boolean
12241237 resources :
12251238 default :
12261239 limits :
@@ -1762,6 +1775,19 @@ spec:
17621775 functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
17631776 of tobiko tests).
17641777 type : boolean
1778+ rerunFailedTests :
1779+ default : false
1780+ description : |-
1781+ Activate tempest re-run feature. When activated, tempest will perform
1782+ another run of the tests that failed during the first execution.
1783+ type : boolean
1784+ rerunOverrideStatus :
1785+ default : false
1786+ description : |-
1787+ Allow override of exit status with the tempest re-run feature.
1788+ When activated, the original return value of the tempest run will be
1789+ overridden with a result of the tempest run on the set of failed tests.
1790+ type : boolean
17651791 resources :
17661792 description : |-
17671793 The desired amount of resources that should be assigned to each test pod
Original file line number Diff line number Diff line change @@ -1221,6 +1221,19 @@ spec:
12211221 needed for certain test-operator functionalities to work properly (e.g.:
12221222 extraRPMs in Tempest CR, or certain set of tobiko tests).
12231223 type : boolean
1224+ rerunFailedTests :
1225+ default : false
1226+ description : |-
1227+ Activate tempest re-run feature. When activated, tempest will perform
1228+ another run of the tests that failed during the first execution.
1229+ type : boolean
1230+ rerunOverrideStatus :
1231+ default : false
1232+ description : |-
1233+ Allow override of exit status with the tempest re-run feature.
1234+ When activated, the original return value of the tempest run will be
1235+ overridden with a result of the tempest run on the set of failed tests.
1236+ type : boolean
12241237 resources :
12251238 default :
12261239 limits :
@@ -1762,6 +1775,19 @@ spec:
17621775 functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
17631776 of tobiko tests).
17641777 type : boolean
1778+ rerunFailedTests :
1779+ default : false
1780+ description : |-
1781+ Activate tempest re-run feature. When activated, tempest will perform
1782+ another run of the tests that failed during the first execution.
1783+ type : boolean
1784+ rerunOverrideStatus :
1785+ default : false
1786+ description : |-
1787+ Allow override of exit status with the tempest re-run feature.
1788+ When activated, the original return value of the tempest run will be
1789+ overridden with a result of the tempest run on the set of failed tests.
1790+ type : boolean
17651791 resources :
17661792 description : |-
17671793 The desired amount of resources that should be assigned to each test pod
You can’t perform that action at this time.
0 commit comments