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

Add command to provide starter project information #3173

Merged
merged 10 commits into from
Jun 26, 2020

Conversation

skoh7645
Copy link
Contributor

What type of PR is this?
/kind feature

What does does this PR do / why we need it:
This PR allows users to get information about components using the odo catalog describe component [component] command. This is useful as it allows users to get some information about the components they are downloading. This way they can also view all projects available and to make an informed decision if there are multiple starter projects.

Which issue(s) this PR fixes:
Fixes #3005

How to test changes / Special notes to the reviewer:

  • Set odo to experimental mode
  • Run odo catalog describe component [component]
    • If the component is a devfile component, it will pretty print the devfile.yaml
    • If the component is not a devfile component, it will just print the component name

@openshift-ci-robot openshift-ci-robot added the kind/feature Categorizes issue as a feature request. For PRs, that means that the PR is the implementation label May 13, 2020
@skoh7645 skoh7645 changed the title add command to provide starter project information Add command to provide starter project information May 13, 2020
@openshift-ci-robot
Copy link
Collaborator

Hi @skoh7645. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. Required by Prow. label May 13, 2020
@codecov
Copy link

codecov bot commented May 13, 2020

Codecov Report

Merging #3173 into master will increase coverage by 0.10%.
The diff coverage is 53.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3173      +/-   ##
==========================================
+ Coverage   46.26%   46.37%   +0.10%     
==========================================
  Files         112      112              
  Lines       11214    11233      +19     
==========================================
+ Hits         5188     5209      +21     
+ Misses       5524     5519       -5     
- Partials      502      505       +3     
Impacted Files Coverage Δ
pkg/devfile/parser/parse.go 0.00% <0.00%> (ø)
pkg/devfile/parser/context/context.go 29.16% <54.54%> (+29.16%) ⬆️
pkg/devfile/parser/context/content.go 85.18% <100.00%> (+1.85%) ⬆️
pkg/util/util.go 55.65% <100.00%> (+0.38%) ⬆️
pkg/devfile/parser/context/apiVersion.go 76.00% <0.00%> (+8.00%) ⬆️
pkg/devfile/parser/context/schema.go 80.95% <0.00%> (+19.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e28812a...c9aeb0d. Read the comment docs.

@johnmcollier
Copy link
Member

/ok-to-test

@openshift-ci-robot openshift-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. Required by Prow. labels May 13, 2020
@skoh7645
Copy link
Contributor Author

/retest

@dharmit
Copy link
Member

dharmit commented May 18, 2020

With experimental mode disabled, I still see a message related to devfile logged on stdout. I think this shouldn't happen:

$ echo $ODO_EXPERIMENTAL
false

$ odo preference view
PARAMETER             CURRENT_VALUE
UpdateNotification    
NamePrefix            
Timeout               
PushTimeout           
Experimental          
PushTarget

$ odo catalog describe component nodejs
There are no Odo devfile components with the name "nodejs"

S2I Based Components:
-nodejs

Why doesn't odo catalog list components say that nodejs component is provided by two registries, but odo catalog describe component nodejs does?

$ odo catalog list components
Odo OpenShift Components:
NAME        PROJECT       TAGS                                        SUPPORTED
nodejs      openshift     10,8,8-RHOAR,latest                         YES
dotnet      openshift     2.0,latest                                  NO
httpd       openshift     2.4,latest                                  NO
nginx       openshift     1.10,1.12,1.8,latest                        NO
nodejs      openshift     6                                           NO
perl        openshift     5.24,5.26,latest                            NO
php         openshift     7.0,7.1,latest                              NO
python      openshift     2.7,3.5,3.6,latest                          NO
ruby        openshift     2.3,2.4,2.5,latest                          NO
wildfly     openshift     10.0,10.1,11.0,12.0,13.0,8.1,9.0,latest     NO

Odo Devfile Components:
NAME                 DESCRIPTION                           REGISTRY                   SUPPORTED
maven                Upstream Maven and OpenJDK 11         DefaultDevfileRegistry     YES
nodejs               Stack with NodeJS 10                  DefaultDevfileRegistry     YES
openLiberty          Open Liberty microservice in Java     DefaultDevfileRegistry     YES
java-spring-boot     Spring Boot® using Java               DefaultDevfileRegistry     YES

$ odo catalog describe component nodejs                                                                                                                                              [65/1934]
 ⚠  There are multiple components named "nodejs" in different multiple devfile registries.                                                                                                    
                                                                                                                                                                                              
Devfile Component(s):                                                                                                                                                                         
                                                                                                                                                                                              
* Registry: CheDevfileRegistry                                                                                                                                                                
---                                                                                                                                                                                           
ctx:                                                                                                                                                                                          
  fs: null                                                                                                                                                                                    
data:                                                                                                                                                                                         
  apiVersion: 1.0.0                                                                                                                                                                           
  metadata:                                                                                                                                                                                   
    generateName: nodejs-                                                                                                                                                                     
  projects:                                                                                                                                                                                   
  - name: nodejs-web-app                                                                                                                                                                      
    source:                                                                                                                                                                                   
      type: git                                                                                                                                                                               
      location: https://github.com/che-samples/web-nodejs-sample.git                                                                                                                          
  components:                                                                                                                                                                                 
  - type: chePlugin                                                                                                                                                                           
    id: che-incubator/typescript/latest                                                                                                                                                       
    memoryLimit: 512Mi                                                                                                                                                                        
  - alias: nodejs                                                                                                                                                                             
    mountSources: true                                                                                                                                                                        
    type: dockerimage                                                                                                                                                                         
    image: quay.io/eclipse/che-nodejs10-ubi:7.12.2                                                                                                                                            
    memoryLimit: 512Mi                                                                                                                                                                        
    endpoints:                                                                                                                                                                                
    - name: nodejs                                                                                                                                                                            
      port: 3000                                                                                                                                                                              
  commands:                                                                                                                                                                                   
  - actions:                                                                                                                                                                                  
    - command: npm install                                                                                                                                                                    
      component: nodejs                                                                                                                                                                       
      type: exec                                                                                                                                                                              
      workdir: ${CHE_PROJECTS_ROOT}/nodejs-web-app/app                                                                                                                                        
    name: download dependencies                                                                                                                                                               
  - actions:                                                                                                                                                                                  
    - command: nodemon app.js                                                                                                                                                                 
      component: nodejs                                                                                                                                                                       
      type: exec                                                                                                                                                                              
      workdir: ${CHE_PROJECTS_ROOT}/nodejs-web-app/app                                                                                                                                        
    name: run the web app                                                                                                                                                                     
  - actions:                                                                                                                                                                                  
    - command: nodemon --inspect app.js                                                                                                                                                       
      component: nodejs                                                                                                                                                                       
      type: exec                                                                                                                                                                              
      workdir: ${CHE_PROJECTS_ROOT}/nodejs-web-app/app                                                                                                                                        
    name: run the web app (debugging enabled)                                                                                                                                                 
  - actions:                                                                                                                                                                                  
    - command: 'node_server_pids=$(pgrep -fx ''.*nodemon (--inspect )?app.js'' | tr
        "\\n" " ") && echo "Stopping node server with PIDs: ${node_server_pids}" &&  kill                                                                                                     
        -15 ${node_server_pids} &>/dev/null && echo ''Done.'''
      component: nodejs
      type: exec
    name: stop the web app
  - actions:
    - referenceContent: |
        {
          "version": "0.2.0",
          "configurations": [
            {
              "type": "node",
              "request": "attach",
              "name": "Attach to Remote",
              "address": "localhost",
              "port": 9229,
              "localRoot": "${workspaceFolder}",
              "remoteRoot": "${workspaceFolder}"
            }
          ]
        }
      type: vscode-launch
    name: Attach remote debugger

* Registry: DefaultDevfileRegistry
---
ctx:
  fs: null
data:
  apiVersion: 1.0.0
  metadata:
    generateName: nodejs-
  projects:
  - name: nodejs-web-app
    source:
      type: git
      location: https://github.com/odo-devfiles/nodejs-ex.git
  components:
  - alias: runtime
    mountSources: true
    type: dockerimage
    image: quay.io/eclipse/che-nodejs10-ubi:nightly
    memoryLimit: 1024Mi
    endpoints:
    - name: nodejs
      port: 3000
  commands:
  - actions:
    - command: npm install
      component: runtime
      type: exec
      workdir: ${CHE_PROJECTS_ROOT}/nodejs-web-app/app
    name: devBuild
  - actions:
    - command: nodemon app.js
      component: runtime
      type: exec
      workdir: ${CHE_PROJECTS_ROOT}/nodejs-web-app/app
    name: devRun

S2I Based Components:
-nodejs

I'm guessing it's a bug for odo catalog list components?

Context("When executing catalog describe component with a component name with multiple components", func() {
It("should print multiple devfiles from different registries", func() {
output := helper.CmdShouldPass("odo", "catalog", "describe", "component", "nodejs")
helper.MatchAllInOutput(output, []string{"Registry: DefaultDevfileRegistry", "Registry: CheDevfileRegistry"})
Copy link
Contributor

Choose a reason for hiding this comment

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

As per the spec description multiple devfile should be printed and needs to be verified. For example We should verify at least the key content from the respective registry.

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've changed this test to check for the locations of the 2 starter projects now

Context("When executing catalog describe component with a component name with a single component", func() {
It("should only give information about one component", func() {
output := helper.CmdShouldPass("odo", "catalog", "describe", "component", "maven")
helper.MatchAllInOutput(output, []string{"generateName: maven-", "- command: java -jar target/*.jar"})
Copy link
Contributor

Choose a reason for hiding this comment

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

+1

Copy link
Contributor Author

@skoh7645 skoh7645 May 21, 2020

Choose a reason for hiding this comment

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

This command now gives a message if there are no projects in the devfile (in the case of the maven component.

@dharmit
Copy link
Member

dharmit commented May 18, 2020

Pardon my naive comment, but I don't see what value we're providing to the user here with the proposed implementation of odo catalog describe component <component-name>. We're printing the entire devfile(?) to stdout. How do we expect that to be helpful to the users? If devfile is all they want, they could just do odo create nodejs and open devfile in their preferred editor, no?

The user story and acceptance criteria in #3005 talk about providing the users with:

  1. Mentioned - Ability to list starter projects available to each component
    Implemented - What I'm seeing is information about the project to which the devfile refers. If two registries have same component, then two projects.

  2. Mentioned - Provide some basic information on each starter project (name & description)
    Implemented - What I'm seeing is information overload for the end user. As a user, I'd probably end up getting more confused having to read the yaml to understand what a component is all about.

  3. Mentioned - Provide information for all available starter projects associated with each component
    Implemented - As many projects as the number of registries containing the component. The project related information is somewhere in the middle in the YAML.

This command was not providing much value even in the case of s2i based components. But I'd request to make it helpful in the newer version.

I'd request to take a look at how odo catalog describe service <service-name> works for Service Catalog (it's not yet implemented for Operator Hub):

$ odo catalog describe service postgresql-persistent
  Name                           | postgresql-persistent                                  
  Bindable                       | true                                                   
  Operated by the broker         | template-service-broker                                
  Short Description              | PostgreSQL database service, with                      
                                 | persistent storage. For more information               
                                 | about using this template, including                   
                                 | OpenShift considerations, see                          
                                 | https://github.com/sclorg/postgresql-container/.       
                                 |  NOTE: Scaling to more than one replica is not         
                                 | supported. You must have persistent volumes            
                                 | available in your cluster to use this template.        
  Long Description               | This template provides a                               
                                 | standalone PostgreSQL server                           
                                 | with a database created.                               
                                 | The database is stored on                              
                                 | persistent storage.  The                               
                                 | database name, username,                               
                                 | and password are chosen via                            
                                 | parameters when provisioning                           
                                 | this service.                                          
  Versions Available             |                                                        
  Tags                           | database,postgresql                                    
                                  
  PLANS                           
  ***********************        | *****************************************************  
  Name                           | default                                                
  -----------------              | -----------------                                      
  Display Name                   |                                                        
  -----------------              | -----------------                                      
  Short Description              | Default plan                                           
  -----------------              | -----------------                                      
  Required Params without a      |                                                        
  default value                  |                                                        
  -----------------              | -----------------                                      
  Required Params with a default | POSTGRESQL_VERSION (default:                           
  value                          | '9.6'), VOLUME_CAPACITY                                
                                 | (default: '1Gi'),                                      
                                 | DATABASE_SERVICE_NAME                                  
                                 | (default: 'postgresql'),                               
                                 | MEMORY_LIMIT (default:                                 
                                 | '512Mi'), POSTGRESQL_DATABASE                          
                                 | (default: 'sampledb')                                  
  -----------------              | -----------------                                      
  Optional Params                | NAMESPACE,                                             
                                 | POSTGRESQL_PASSWORD,                                   
                                 | POSTGRESQL_USER 

$ odo catalog describe service dh-hello-world-db-apb
  Name                           | dh-hello-world-db-apb                                  
  Bindable                       | true                                                   
  Operated by the broker         | openshift-automation-service-broker                    
  Short Description              | A sample APB which deploys                             
                                 | Hello World Database                                   
  Long Description               |                                                        
  Versions Available             | docker.io/centos/postgresql-94-centos7                 
  Tags                           |                                                        
                                  
  PLANS                           
  ***********************        | *****************************************************  
  Name                           | default                                                
  -----------------              | -----------------                                      
  Display Name                   | Default                                                
  -----------------              | -----------------                                      
  Short Description              | A sample APB which deploys                             
                                 | Hello World Database                                   
  -----------------              | -----------------                                      
  Required Params without a      |                                                        
  default value                  |                                                        
  -----------------              | -----------------                                      
  Required Params with a default |                                                        
  value                          |                                                        
  -----------------              | -----------------                                      
  Optional Params                | postgresql_user,                                       
                                 | postgresql_database,                                   
                                 | postgresql_password                                    
                                 |                    

If we can provide more structured information like above example, it would add much more value for the user. The -o json can continue having the output it has right now.

want: []byte{79, 75},
},
{
name: "Case 2: Input url is invalid",
Copy link
Contributor

Choose a reason for hiding this comment

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

We can check empty string url, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! I have added this test case

@skoh7645
Copy link
Contributor Author

skoh7645 commented May 18, 2020

Why doesn't odo catalog list components say that nodejs component is provided by two registries, but odo catalog describe component nodejs does?

I'm guessing it's a bug for odo catalog list components?

@dharmit odo catalog list components only lists supported devfile components by default, whereas odo catalog describe component lists all available devfile components. I thought it would be okay to list them all in the odo catalog describe component command since the user is only wanting to describe a specific component type when using this command (so there wouldn't be too many results anyway)

@skoh7645
Copy link
Contributor Author

skoh7645 commented May 18, 2020

@dharmit it was suggested by @kadel that we print the whole yaml here, to which others did not disagree with (at the time). However, I do see your point in information being difficult to consume in this format. I thought it would be easiest to print the yaml to we ensure that all available project information would be shown (for example, if another project field gets added to the schema, we wouldn't have to update this code to show the new information). Perhaps this solution would work better if we only printed the project section of the yamls?
So the solution could look like:

Devfile Component(s):                                                                                                                                                                         
                                                                                                                                                                                              
* Registry: CheDevfileRegistry                                                                                                                                                                
---                                                                                                                                                                                                                                                                                                                                                            
  projects:                                                                                                                                                                                   
  - name: nodejs-web-app                                                                                                                                                                      
    source:                                                                                                                                                                                   
      type: git                                                                                                                                                                               
      location: https://github.com/che-samples/web-nodejs-sample.git   

* Registry: DefaultDevfileRegistry
---
  projects:
  - name: nodejs-web-app
    source:
      type: git
      location: https://github.com/odo-devfiles/nodejs-ex.git

What do you think?

@dharmit
Copy link
Member

dharmit commented May 19, 2020

@dharmit odo catalog list components only lists supported devfile components by default,

But it does so by referring to the enabled registry/registries in the environment, right? In this case, I have two registries enabled and they both provide the nodejs component (which I found when I did odo catalog describe component nodejs using this PR). So, the output of odo catalog list components should indicate as such, right? IMO, this is a bug with odo catalog list components. I'll open one, but here's the output I'm referring to:

$ odo registry list
NAME                       URL
CheDevfileRegistry         https://che-devfile-registry.openshift.io
DefaultDevfileRegistry     https://raw.githubusercontent.com/elsony/devfile-registry/master

$ odo catalog list components
...
...
Odo Devfile Components:
NAME                 DESCRIPTION                           REGISTRY                   SUPPORTED
java-spring-boot     Spring Boot® using Java               DefaultDevfileRegistry     YES
nodejs               Stack with NodeJS 10                  DefaultDevfileRegistry     YES
openLiberty          Open Liberty microservice in Java     DefaultDevfileRegistry     YES
maven                Upstream Maven and OpenJDK 11         DefaultDevfileRegistry     YES

whereas odo catalog describe component lists all available devfile components.

Agreed. I saw that was discussed on #3005 (comment).

I thought it would be okay to list them all in the odo catalog describe component command since the user is only wanting to describe a specific component type when using this command (so there wouldn't be too many results anyway)

Yeah it makes sense. No objections against why you did it. And, I think it was already discussed in the original issue before you opened the PR. Sorry if my comment sounded like this was a bad idea. 😄 ☮️

@dharmit
Copy link
Member

dharmit commented May 19, 2020

@dharmit it was suggested by @kadel that we print the whole yaml here, to which others did not disagree with (at the time).

Yes. My bad. I'm late in this discussion.

However, I do see your point in information being difficult to consume in this format.

Exactly. Brief info about the starter projects could probably include the link to the project, its type, link to its devfile. But entire devfile is not so useful, IMO.

I thought it would be easiest to print the yaml to we ensure that all available project information would be shown (for example, if another project field gets added to the schema, we wouldn't have to update this code to show the new information). Perhaps this solution would work better if we only printed the project section of the yamls?
So the solution could look like:

Devfile Component(s):                                                                                                                                                                         
                                                                                                                                                                                              
* Registry: CheDevfileRegistry                                                                                                                                                                
---                                                                                                                                                                                                                                                                                                                                                            
  projects:                                                                                                                                                                                   
  - name: nodejs-web-app                                                                                                                                                                      
    source:                                                                                                                                                                                   
      type: git                                                                                                                                                                               
      location: https://github.com/che-samples/web-nodejs-sample.git   

* Registry: DefaultDevfileRegistry
---
  projects:
  - name: nodejs-web-app
    source:
      type: git
      location: https://github.com/odo-devfiles/nodejs-ex.git

What do you think?

This looks way more consumable than printing the entire yaml file. However, I'd not suggest you to make any changes to your PR before the participants on the original discussion think that the points I have raised make sense and are worth addressing.

Ping @kadel @johnmcollier @GeekArthur. What do you folks think?

@kadel
Copy link
Member

kadel commented May 19, 2020

Pardon my naive comment, but I don't see what value we're providing to the user here with the proposed implementation of odo catalog describe component <component-name>. We're printing the entire devfile(?) to stdout. How do we expect that to be helpful to the users? If devfile is all they want, they could just do odo create nodejs and open devfile in their preferred editor, no?

In a lot of situations, I might want to check how the devfile looks without creating a component.
If I just want to check what devfile does or what projects it defines, doing odo create <something>; cat devfile.yaml; odo delete --all; odo create <something else>; cat devfile.yaml; odo delete --all would be quite annoying.

odo catalog describe component <something> should provide as much information about the component as possible. Yes, ideally it should be nicely formated for better human consumption (something, like we have for odo catalog, describe service).
But currently, I don't have an idea what information we could omit from the Devfile definition, this is why I suggested that we can just dump the whole Defile for now.

@dharmit
Copy link
Member

dharmit commented May 20, 2020

In a lot of situations, I might want to check how the devfile looks without creating a component.
If I just want to check what devfile does or what projects it defines, doing odo create <something>; cat devfile.yaml; odo delete --all; odo create <something else>; cat devfile.yaml; odo delete --all would be quite annoying.

Agreed. Is odo catalog describe nodejs going to require connection to the Internet? If yes, how about presenting the user with a link to the devfile so that they can check it in their browser where yaml can be formatted better?

This is how yaml would look on the CLI:

projects:                                                                                                                                                                                   
  - name: nodejs-web-app                                                                                                                                                                      
    source:                                                                                                                                                                                   
      type: git                                                                                                                                                                               
      location: https://github.com/che-samples/web-nodejs-sample.git

But this is how yaml looks in browser:

projects:                                                                                                                                                                                   
  - name: nodejs-web-app                                                                                                                                                                      
    source:                                                                                                                                                                                   
      type: git                                                                                                                                                                               
      location: https://github.com/che-samples/web-nodejs-sample.git

And IIUC, IDEs show the output of such commands in a terminal inside the editor. So the output is going to be similar to what one would see on plain CLI.

But currently, I don't have an idea what information we could omit from the Devfile definition, this is why I suggested that we can just dump the whole Defile for now.

My bad. I understand it's difficult decide what to omit from a devfile. But assume a scenario where multiple registries configured and a component is provided by more than one registry; the output of odo catalog describe <component-name> would be overwhelming and less useful, no?

IMO, #3173 (comment) is a pretty good gist of the info we could provide to the user. To @skoh7645's suggestion, I'd request we add link to the full devfile so that user can open that up in browser. Something like:

projects:                                                                                                                                                                                   
  - name: nodejs-web-app        
    description: An awesome standalone nodejs web app                                                                                                                                                               
    source:                                                                                                                                                                                   
      type: git                                                                                                                                                                               
      location: https://github.com/che-samples/web-nodejs-sample.git
      devfile: https://github.com/elsony/devfile-registry/blob/master/devfiles/nodejs/devfile.yaml

I'm not sure if description (or a similar) field is available. I don't see it in any of the sample devfiles that I referred here. Maybe I'm missing something, but having a description (or similar) field would help if one day we come up with a web ui for the devfile registry, no? Just found an example with description.

@kadel
Copy link
Member

kadel commented May 21, 2020

Agreed. Is odo catalog describe nodejs going to require connection to the Internet? If yes, how about presenting the user with a link to the devfile so that they can check it in their browser where yaml can be formatted better?

Devfile might not be easily accessible by the browser. For example, some repositories will require authentication in the future, and then you would have to also deal with passing auth tokens to the browser.

We can start with that what is proposed in #3173 (comment) by @skoh7645 and expand it to full YAML dump in the future only when there is a need for that.

@dharmit
Copy link
Member

dharmit commented May 21, 2020

Devfile might not be easily accessible by the browser. For example, some repositories will require authentication in the future, and then you would have to also deal with passing auth tokens to the browser.

😞 Makes sense.

We can start with that what is proposed in #3173 (comment) by @skoh7645 and expand it to full YAML dump in the future only when there is a need for that.

+1.

@skoh7645
Copy link
Contributor Author

Ok, I can make the changes proposed in #3173 (comment)

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

5 similar comments
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@dharmit
Copy link
Member

dharmit commented Jun 22, 2020

@skoh7645 can you please rebase this PR? I'm removing the "approve" on this PR to avoid tests from getting re-triggered automatically.

@dharmit dharmit removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Jun 22, 2020
@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. and removed lgtm Indicates that a PR is ready to be merged. Required by Prow. labels Jun 23, 2020
@skoh7645
Copy link
Contributor Author

/retest

@dharmit
Copy link
Member

dharmit commented Jun 25, 2020

/lgtm since the bot automatically added approve label and there's no change in code except the rebase.

@dharmit
Copy link
Member

dharmit commented Jun 25, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Jun 25, 2020
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

4 similar comments
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

5 similar comments
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit edc7c33 into redhat-developer:master Jun 26, 2020
@skoh7645 skoh7645 deleted the fix3005 branch June 26, 2020 09:44
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. Required by Prow. kind/feature Categorizes issue as a feature request. For PRs, that means that the PR is the implementation lgtm Indicates that a PR is ready to be merged. Required by Prow. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide information on the starter projects available to each component
10 participants