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

Fixing the order-pipelines command to allow for selecting teams #8724

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

Conversation

jdziat
Copy link

@jdziat jdziat commented Apr 9, 2023

Changes proposed by this PR

Allows users to specify the team that they are ordering pipelines for. Currently it errors out since it uses the default team no matter what when listing pipelines.

  • fixing fly ordering pipeline logic to correctly default or used passed in team param.

Notes to reviewer

Should be relatively straightforward to test this out. Verified working against a version 7.9.0 concourse instance.

Release Note

  • fix order-pipelines command

@jdziat jdziat requested a review from a team as a code owner April 9, 2023 14:38
@xtremerui
Copy link
Contributor

There is test failure here

Fly CLI ordering-pipeline when pipeline names are specified when the alphabetical option is passed [It] orders all the pipelines in alphabetical order

github.com/concourse/concourse/fly/integration/ordering_pipelines_test.go:106


  Timeline >>

  logging in to team 'main'



target saved

  error: Unexpected Response

  Status: 500 Internal Server Error

@jdziat
Copy link
Author

jdziat commented Apr 10, 2023

There is test failure here

Fly CLI ordering-pipeline when pipeline names are specified when the alphabetical option is passed [It] orders all the pipelines in alphabetical order

github.com/concourse/concourse/fly/integration/ordering_pipelines_test.go:106


  Timeline >>

  logging in to team 'main'



target saved

  error: Unexpected Response

  Status: 500 Internal Server Error

Not sure I have access to that build. I was able to successfully run this against a concourse instance.

@xtremerui
Copy link
Contributor

There are still test failures

Fly CLI ordering-pipeline when pipeline names are specified when the pipeline exists [It] orders the pipelines

github.com/concourse/concourse/fly/integration/ordering_pipelines_test.go:49


  Timeline >>

  logging in to team 'main'



target saved

  error: Unexpected Response

  Status: 500 Internal Server Error

  Body: 

  [FAILED] in [It] - github.com/onsi/[email protected]/ghttp/handlers.go:76 @ 04/10/23 18:12:43.055


  Attempt #1 Failed.  Retrying ↺ @ 04/10/23 18:12:43.056


  logging in to team 'main'

I would suggest to run the full test in https://github.com/concourse/concourse/tree/master/fly/integration

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

Successfully merging this pull request may close these issues.

None yet

2 participants