Closed mpryc closed 1 year ago
/hold wait the other PR merge
/unhold
/retest-required
Also need to remove old references in README.md and .github/ISSUE_TEMPLATE/bug.yml
I would also add a deprecated warning (just a comment is enough) to Makefile E2E test scenario 2 command https://github.com/dora-metrics/pelorus/blob/master/Makefile#L126
I left the issue list of older OCP releases. It's a bug entry and we don't force user to use X or Y version of OCP + we should allow to log against already existing deployments.
I don't think we should deprecate scenario-2, we just don't run them in the periodics.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mateusoliveira43
The full list of commands accepted by this bot can be found here.
The pull request process is described here
I think the regex for PROW is working, it did not trigger for your newest commit that does not touch the files delacred in it :smile:
But I think we left this there https://github.com/openshift/release/blob/master/core-services/prow/02_config/dora-metrics/pelorus/_prowconfig.yaml#L19 we should remove it right?
(if you want, you can bypass branch protection and merge this PR)
I think the regex for PROW is working, it did not trigger for your newest commit that does not touch the files delacred in it 😄
But I think we left this there https://github.com/openshift/release/blob/master/core-services/prow/02_config/dora-metrics/pelorus/_prowconfig.yaml#L19 we should remove it right?
(if you want, you can bypass branch protection and merge this PR)
I think it's because my PR was after the above was merged, so it got old required jobs.
/retest required
@mpryc: The /retest
command does not accept any targets.
The following commands are available to trigger required jobs:
/test 4.13-e2e-openshift
/test 4.13-e2e-openshift
@mpryc: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/4.12-e2e-openshift | 1c76e0c624af305c6d649a056566afaf387096ee | link | true | /test 4.12-e2e-openshift |
ci/prow/4.11-e2e-openshift | 1c76e0c624af305c6d649a056566afaf387096ee | link | true | /test 4.11-e2e-openshift |
ci/prow/4.10-e2e-openshift | 1c76e0c624af305c6d649a056566afaf387096ee | link | true | /test 4.10-e2e-openshift |
ci/prow/4.13-e2e-openshift | 16cf9fac3f02baed215ae76550e11e4f1431fdb4 | link | true | /test 4.13-e2e-openshift |
Full PR test history. Your PR dashboard.
Merging as it previously passed checks.
The PROW CI jobs were updated to use only latest OCP release for their runs. The documentation and the check openshift version script needs to be changed as well.
PROW PR: https://github.com/openshift/release/pull/44348