Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MON-3355: build: build and publish test harness images in release workflow #341

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

jan--f
Copy link
Collaborator

@jan--f jan--f commented Aug 17, 2023

Fixes #298

@jan--f jan--f requested a review from a team as a code owner August 17, 2023 14:42
@lihongyan1
Copy link
Contributor

/lgtm

@sthaha
Copy link
Collaborator

sthaha commented Aug 31, 2023

@jan--f , since this modifies release.yaml, could you also please provide link to the CI run on your local fork where this is tested ?

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
@jan--f
Copy link
Collaborator Author

jan--f commented Aug 31, 2023


- uses: actions/checkout@v3
with:
fetch-depth: 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Would we really need all history for all branches and tags?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

probably not for this action no. I'll check them all and push a PR. There are others that look suspect too.

@sthaha
Copy link
Collaborator

sthaha commented Sep 1, 2023

/lgtm
/approved

- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: ${{ inputs.go-version }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

On an unrelated note, setup-go now allows pointing to go.mod - https://github.com/actions/setup-go#getting-go-version-from-the-gomod-file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh very nice, I'll prep a PR

@jan--f
Copy link
Collaborator Author

jan--f commented Sep 1, 2023

/approve

@jan--f
Copy link
Collaborator Author

jan--f commented Sep 1, 2023

/skip

@jan--f
Copy link
Collaborator Author

jan--f commented Sep 1, 2023

Waiting on a tide config change: openshift/release#42910

@sthaha
Copy link
Collaborator

sthaha commented Sep 4, 2023

/lgtm
/approve

@jan--f jan--f changed the title build: build and publish test harness images in release workflow MON-3355: build: build and publish test harness images in release workflow Sep 4, 2023
@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Sep 4, 2023

@jan--f: This pull request references MON-3355 which is a valid jira issue.

In response to this:

Fixes #298

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jan--f
Copy link
Collaborator Author

jan--f commented Sep 4, 2023

/approve

@openshift-ci
Copy link

openshift-ci bot commented Sep 4, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jan--f, sthaha

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

The pull request process is described here

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-ci openshift-ci bot added the approved label Sep 4, 2023
@openshift-merge-robot openshift-merge-robot merged commit 49d8eb7 into rhobs:main Sep 5, 2023
8 checks passed
jan--f added a commit to jan--f/observability-operator that referenced this pull request Sep 5, 2023
openshift-merge-robot pushed a commit that referenced this pull request Sep 6, 2023
… (#350)

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate building and publishing osd-e2e-test-harness image through CI
6 participants