Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Fix minor script error for CI config#1134

Merged
openshift-merge-robot merged 1 commit into
openshift:mainfrom
nak3:fix-error
Jun 3, 2022
Merged

Fix minor script error for CI config#1134
openshift-merge-robot merged 1 commit into
openshift:mainfrom
nak3:fix-error

Conversation

@nak3
Copy link
Copy Markdown

@nak3 nak3 commented Jun 2, 2022

When creating openshift/release#29082, there are two errors found.

  • make test-conformance and make test-reconciler does not exist on serving. (I copied the script from Eventing and it was remained.
  • Add missing make RELEASE=ci generate-release, which is necessary to update the yaml after patched.

/cc @skonto @mgencur

When creating openshift/release#29082, there are two errors found.

- `make test-conformance` and `make test-reconciler` does not exist on serving. (I copied the script from Eventing so it was remained.
- Add missing `make RELEASE=ci generate-release`, which is necessary to update the yaml after patched.
@openshift-ci openshift-ci Bot requested review from mgencur and skonto June 2, 2022 10:04
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 2, 2022
fi
git apply $PATCH_DIR/*
make RELEASE=$release generate-release
make RELEASE=ci generate-release
Copy link
Copy Markdown

@skonto skonto Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that simply adds the label "1.x.0" as done manually here #1136 and is also missing from https://github.com/openshift/knative-serving/blob/release-v1.4/openshift/release/knative-serving-ci.yaml correct?
Over time make generate-release was minimized to simply update labels it seems: https://github.com/openshift/knative-serving/blob/main/openshift/release/resolve.sh#L21-L23 (the comment there is wrong obviously).

@skonto
Copy link
Copy Markdown

skonto commented Jun 3, 2022

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2022
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 3, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nak3, skonto

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit ac4eba7 into openshift:main Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants