Closed Rajalakshmi-Girish closed 1 year ago
@soltysh Can you please have a look.
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
This is after https://github.com/openshift/origin/pull/27570/commits/0060ccdd4d01b70980ee8b8108829e16b8714fa7
Looks like the line https://github.com/openshift/origin/blob/master/pkg/test/ginkgo/external.go#L77 panics as the config of cluster isnt' passed in above command. The dry run should ideally not need config of cluster to list tests.
Also the variable
OPENSHIFT_SKIP_EXTERNAL_TESTS
should be mentioned in the output ofopenshift-tests
binary help output.