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

OSSM-4504 Add integration helm test run #51953

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fjglira
Copy link
Contributor

@fjglira fjglira commented May 13, 2024

Jira: https://issues.redhat.com/browse/OSSM-4504

Adding test job to run istio upstream integration helm test to the pre submit jobs in our fork

@fjglira
Copy link
Contributor Author

fjglira commented May 13, 2024

This PR needs to be merged first: openshift-service-mesh/istio#15

@fjglira
Copy link
Contributor Author

fjglira commented May 13, 2024

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 13, 2024
@openshift-ci openshift-ci bot requested review from jwendell and rcernich May 13, 2024 16:08
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2024
@fjglira
Copy link
Contributor Author

fjglira commented May 13, 2024

To be able to run the rehearse over the new test we need merged first: openshift-service-mesh/istio#15

# SRC_PATH does end with /. : the content of the source directory is copied into dest directory
oc cp ./. "${MAISTRA_NAMESPACE}"/"${MAISTRA_SC_POD}":/work/
oc cp ${KUBECONFIG} ${MAISTRA_NAMESPACE}/${MAISTRA_SC_POD}:/work/ci-kubeconfig
oc cp `which oc` ${MAISTRA_NAMESPACE}/${MAISTRA_SC_POD}:/bin
Copy link
Member

Choose a reason for hiding this comment

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

we don't need to copy oc. It's already present in the builder image.

I realize that this cp command is present in all jobs. We can perform a cleanup in a follow up pr though, no rush.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I'll open a new one to delete this oc cp

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 13, 2024
@fjglira
Copy link
Contributor Author

fjglira commented May 14, 2024

/pj-rehearse ack

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 14, 2024
@fjglira
Copy link
Contributor Author

fjglira commented May 14, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 14, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 14, 2024
@openshift-ci-robot openshift-ci-robot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 14, 2024
Copy link
Contributor

openshift-ci bot commented May 14, 2024

New changes are detected. LGTM label has been removed.

@fjglira
Copy link
Contributor Author

fjglira commented May 14, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 14, 2024

PR not ready to be merged, stills fails some of the test that are being executed

cd /work && \
entrypoint \
prow/integ-suite-ocp.sh \
helm 'TestAmbientInstall|TestAmbientInstallMultiNamespace'"
Copy link
Member

Choose a reason for hiding this comment

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

why skip those? Last time I checked, they were working fine on OCP.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was testing because they are failing in a previous run. Locally works everything but in our ci they are failing

Copy link
Member

Choose a reason for hiding this comment

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

It's worth to investigate the failure

Skipping ambiet tests on helm suite

Skip on helm suite upgrade test
@fjglira
Copy link
Contributor Author

fjglira commented May 21, 2024

I ran the test locally skipping the upgrade tests and passing the suite. Adding the skip of the upgrade test and running the test again to check the result

@fjglira
Copy link
Contributor Author

fjglira commented May 21, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 22, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 22, 2024

Added the var VARIANT=distroless to be able to build properly the images that are going to be used in the helm test

@fjglira
Copy link
Contributor Author

fjglira commented May 22, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Fix distroless variable declaration on helm integration test
@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/rehearsals-ack

@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 23, 2024
@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/pj-rehearse ack

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 23, 2024
@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/lgtm

Copy link
Contributor

openshift-ci bot commented May 23, 2024

@fjglira: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

Copy link
Contributor

openshift-ci bot commented May 23, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fjglira, jwendell

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-robot openshift-ci-robot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 23, 2024
@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@fjglira
Copy link
Contributor Author

fjglira commented May 23, 2024

/pj-rehearse pull-ci-openshift-service-mesh-istio-master-istio-integration-helm

@openshift-ci-robot
Copy link
Contributor

@fjglira: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@fjglira: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-service-mesh-istio-master-istio-integration-helm openshift-service-mesh/istio presubmit Presubmit changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse abort to abort all active rehearsals

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

Copy link
Contributor

openshift-ci bot commented May 23, 2024

@fjglira: all tests passed!

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
approved Indicates a PR has been approved by an approver from all required OWNERS files.
Projects
None yet
3 participants