Closed jhadvig closed 4 years ago
@jhadvig: This pull request references Bugzilla bug 1782695, which is invalid:
Comment /bugzilla refresh
to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.
/retest
/bugzilla refresh
@jhadvig: This pull request references Bugzilla bug 1782695, which is invalid:
Comment /bugzilla refresh
to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.
/retest
/bugzilla refresh
We won't have bugs in more recent releases.
@benjaminapetersen: This pull request references Bugzilla bug 1782695, which is invalid:
Comment /bugzilla refresh
to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.
/bugzilla refresh
The requirements for Bugzilla bugs have changed, recalculating validity.
@openshift-bot: This pull request references Bugzilla bug 1782695, which is invalid:
Comment /bugzilla refresh
to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.
/retest
/retest
@jhadvig: The following test failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
ci/openshift-jenkins | c28b2bd8ca064af2490be34f4ba2b99a3d2bd99c | link | /test |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
This bug only applies to 3.11.z since the 4.x console has a different code base. It was also introduced by #3152, which is only in 3.11.z. Manually adding the valid-bug label.
Additionally the Jenkins tests are broken due to the Chrome version in use. I've manually verified the change.
/override ci/openshift-jenkins
@spadgett: Overrode contexts on behalf of spadgett: ci/openshift-jenkins
@jhadvig: All pull requests linked via external trackers have merged. Bugzilla bug 1782695 has been moved to the MODIFIED state.
Since we started to retrieving the
PartialObjectMetadateList
for ConfigMap list page in https://github.com/openshift/origin-web-console/pull/3152 we need to tell to thenavigateResourceURL
filter explicitly that we need URL for configmap resource, since theresourceURL
service function is aware about first-class resource, not thePartialObjectMetadate
that is used. Due to the fact that are are supplying the filter withPartialObjectMetadata
object,null
return value is returned from thenavigateResourceURL
filter./assign @spadgett