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

Added jib-maven #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Aneesh-M-Bhat
Copy link
Contributor

Added support for jib-maven task.

@Aneesh-M-Bhat Aneesh-M-Bhat requested review from savitaashture and removed request for vdemeester and Senjuti256 November 19, 2024 06:28
Copy link

openshift-ci bot commented Nov 19, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Aneesh-M-Bhat
Once this PR has been reviewed and has the lgtm label, please assign savitaashture for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

Makefile Outdated
E2E_MAVEN_PARAMS_PROXY_CONFIGMAP ?= config-proxy-maven


E2E_JIB_MAVEN_IMAGE ?= docker.io/aneeshmbhat/tekton-maven:latest
Copy link
Member

Choose a reason for hiding this comment

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

why this image 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that is where it gets published changing now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

its just for test.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

empty docker repo with latest tag for it to get published to

value: $(context.pipelineRun.name)
- name: maven-clean
taskRef:
name: maven
Copy link
Member

Choose a reason for hiding this comment

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

This also we need to use cluster resolver isn't it ??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we can yes, but not needed necessarily since make install, applys all task in current namespace so it can be directly accessed.

--param="VERBOSE=true" \
--param="IMAGE=${E2E_JIB_MAVEN_IMAGE}" \
--workspace="name=source,claimName=task-maven,subPath=source" \
--workspace="name=dockerconfig,secret=docker-config" \
Copy link
Member

Choose a reason for hiding this comment

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

where did we create docker-config secret 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh ya that was locally when i was testing, changing that.

Copy link

openshift-ci bot commented Dec 2, 2024

@Aneesh-M-Bhat: 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/osp-115-ocp-416-e2e 489c467 link true /test osp-115-ocp-416-e2e
ci/prow/osp-114-ocp-416-e2e 489c467 link true /test osp-114-ocp-416-e2e
ci/prow/osp-nightly-ocp-416-e2e 489c467 link true /test osp-nightly-ocp-416-e2e

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants