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

OPCT-199: CI - added linter job and update workflow dependencies #75

Merged

Conversation

mtulio
Copy link
Contributor

@mtulio mtulio commented Jul 24, 2023

Create CI improvements identified in #73 (quick win):

  • Remove duplicated steps in the job
  • Add linter job
  • Create job chain, requiring [linter and static check] to run [tests and vet]

@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 24, 2023
@mtulio mtulio added category/tech-debt component/CI kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jul 24, 2023
@mtulio mtulio changed the title opct-199/ci: add linter job, and jobs chain OPCT-199/ci: added linter job and update workflow dependencies Jul 24, 2023
@mtulio mtulio marked this pull request as ready for review July 24, 2023 19:40
@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 Jul 24, 2023
@rvanderp3
Copy link
Contributor

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jul 24, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rvanderp3

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 openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 24, 2023
Comment on lines +542 to +547
_ = sheet.SetCellValue(sheeName, fmt.Sprintf("A%d", *rowN), suite)
_ = sheet.SetCellValue(sheeName, fmt.Sprintf("B%d", *rowN), idx+1)
_ = sheet.SetCellValue(sheeName, fmt.Sprintf("C%d", *rowN), sheeName)
_ = sheet.SetCellValue(sheeName, fmt.Sprintf("D%d", *rowN), v)
_ = sheet.SetCellValue(sheeName, fmt.Sprintf("E%d", *rowN), "TODO Review")
_ = sheet.SetCellValue(sheeName, fmt.Sprintf("F%d", *rowN), "")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

those lines will be removed soon - when the HTML report will be delivered - and spreadsheet banished! =)

@mtulio mtulio changed the title OPCT-199/ci: added linter job and update workflow dependencies OPCT-199: ci - added linter job and update workflow dependencies Jul 24, 2023
@mtulio mtulio changed the title OPCT-199: ci - added linter job and update workflow dependencies OPCT-199: CI - added linter job and update workflow dependencies Jul 24, 2023
@openshift-merge-robot openshift-merge-robot merged commit 57088a7 into redhat-openshift-ecosystem:main Jul 24, 2023
5 checks passed
@mtulio mtulio deleted the ci-linters branch July 24, 2023 19:49
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. category/tech-debt component/CI kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants