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

Bug 2007141: pipeline-plugin scripts are updated #9449

Closed
wants to merge 1 commit into from
Closed

Bug 2007141: pipeline-plugin scripts are updated #9449

wants to merge 1 commit into from

Conversation

makambalaji
Copy link
Contributor

@makambalaji makambalaji commented Jul 8, 2021

Description:
Fixing pipeline scripts and added separate feature file to execute it on CI

Jira Id:
Jira Id : https://issues.redhat.com/browse/ODC-6251

Refactoring criteria for approving Automation PR:

Execution Commands:
Example:

    export NO_HEADLESS=true && export CHROME_VERSION=$(/usr/bin/google-chrome-stable --version)
    BRIDGE_KUBEADMIN_PASSWORD=YH3jN-PRFT2-Q429c-5KQDr
    BRIDGE_BASE_ADDRESS=https://console-openshift-console.apps.dev-svc-4.8-042801.devcluster.openshift.com
    export BRIDGE_KUBEADMIN_PASSWORD
    export BRIDGE_BASE_ADDRESS
    oc login -u kubeadmin -p $BRIDGE_KUBEADMIN_PASSWORD
    oc apply -f ./frontend/integration-tests/data/htpasswd-secret.yaml
    oc patch oauths cluster --patch "$(cat ./frontend/integration-tests/data/patch-htpasswd.yaml)" --type=merge
    ./test-cypress.sh -p pipelines -h true

Screen shots:
pr-9449

Browser conformance:

  • Chrome
  • Firefox
  • Safari
  • Edge

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 8, 2021
@openshift-ci openshift-ci bot added component/dev-console Related to dev-console component/pipelines Related to pipelines-plugin approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 8, 2021
@openshift-ci openshift-ci bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Aug 15, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 23, 2021

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: makambalaji
To complete the pull request process, please assign christianvogt after the PR has been reviewed.
You can assign the PR to them by writing /assign @christianvogt in a comment when ready.

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

@openshift-ci openshift-ci bot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 23, 2021
@makambalaji makambalaji changed the title [WIP] ODC-6019-pipeline-plugin scripts are updated ODC-6019-pipeline-plugin scripts are updated Sep 23, 2021
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 23, 2021
@makambalaji makambalaji changed the title ODC-6019-pipeline-plugin scripts are updated Bug 2007141: pipeline-plugin scripts are updated Sep 23, 2021
@openshift-ci openshift-ci bot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Sep 23, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 23, 2021

@makambalaji: This pull request references Bugzilla bug 2007141, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sanketpathak

In response to this:

Bug 2007141: pipeline-plugin scripts are updated

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.

@openshift-ci openshift-ci bot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Sep 23, 2021
@openshift-ci openshift-ci bot requested review from sanketpathak and removed request for gajanan-more September 23, 2021 08:51
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 23, 2021

@makambalaji: This pull request references Bugzilla bug 2007141, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sanketpathak

In response to this:

Bug 2007141: pipeline-plugin scripts are updated

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.

2 similar comments
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 23, 2021

@makambalaji: This pull request references Bugzilla bug 2007141, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sanketpathak

In response to this:

Bug 2007141: pipeline-plugin scripts are updated

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 23, 2021

@makambalaji: This pull request references Bugzilla bug 2007141, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sanketpathak

In response to this:

Bug 2007141: pipeline-plugin scripts are updated

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.

@makambalaji
Copy link
Contributor Author

/retest

1 similar comment
@makambalaji
Copy link
Contributor Author

/retest

And user clicks Add task button under Tasks section
And user searches "git-clone" in quick search bar
And user selects "git-clone" from git community
And user clicks on Install and add button
Copy link
Contributor

Choose a reason for hiding this comment

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

The openshift pipelines will have git-clone cluster task by default, why do we need to install it again?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not installed by default

Copy link
Contributor

Choose a reason for hiding this comment

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

It should be if we are installing Openshift Pipelines operator

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

@makambalaji
Copy link
Contributor Author

/test e2e-gcp-console

3 similar comments
@makambalaji
Copy link
Contributor Author

/test e2e-gcp-console

@makambalaji
Copy link
Contributor Author

/test e2e-gcp-console

@makambalaji
Copy link
Contributor Author

/test e2e-gcp-console

@karthikjeeyar
Copy link
Contributor

/test e2e-gcp-console

@openshift-ci openshift-ci bot added the component/topology Related to topology label Oct 22, 2021
@makambalaji
Copy link
Contributor Author

Added the fixes related to A-04-TC01 and T-06-TC01 in CI

@makambalaji
Copy link
Contributor Author

/test e2e-gcp-console

updated the not automated scenarios with tag @to-do

updated the code w.r.to pipeline-as-code feature

mend

odc-6164 bug is fixed
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 25, 2021

@makambalaji: The following test 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/e2e-gcp-console 61d8fcf link true /test e2e-gcp-console

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

@makambalaji
Copy link
Contributor Author

Unable to push the latest changes to this pr, So closing and creating the new pr

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 26, 2021

@makambalaji: This pull request references Bugzilla bug 2007141. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state.

In response to this:

Bug 2007141: pipeline-plugin scripts are updated

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. component/dev-console Related to dev-console component/pipelines Related to pipelines-plugin component/topology Related to topology
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants