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

ci: combine workflows and homogenize testing target names; limit concurrency #18

Merged
merged 3 commits into from
Aug 12, 2022

Conversation

umarcor
Copy link
Collaborator

@umarcor umarcor commented Aug 5, 2022

Fixes #13

/cc @mithro

Copy link
Contributor

@mohanad0mohamed mohanad0mohamed left a comment

Choose a reason for hiding this comment

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

@umarcor Great job!

  • The makefile now looks cleaner.
  • The Tests.yml is doing the same jobs as the separate files was.
  • I'm not sure if removing comments was a good choice. it would be easier for other developers to understand what is written if they were there.

Copy link
Collaborator

@atorkmabrains atorkmabrains left a comment

Choose a reason for hiding this comment

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

@umarcor and @mithro Changes looks great from my end. Could you please merge?

@atorkmabrains
Copy link
Collaborator

@mohanad0mohamed Could we create a new PR to split the main DRC to smaller parts as well?

@mohanad0mohamed
Copy link
Contributor

@atorkmabrains There is already an issue about that request: #15

Copy link
Collaborator

@atorkmabrains atorkmabrains left a comment

Choose a reason for hiding this comment

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

All changes seem great. And I approve changes.

@umarcor umarcor marked this pull request as ready for review August 10, 2022 17:08
Copy link
Contributor

@mithro mithro left a comment

Choose a reason for hiding this comment

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

Two very minor comments.

.github/workflows/Tests.yml Show resolved Hide resolved
rules/klayout/drc/testing/Makefile Show resolved Hide resolved
Copy link
Collaborator

@atorkmabrains atorkmabrains left a comment

Choose a reason for hiding this comment

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

@umarcor You moved the klayout version to klayout 0.27.10 we want to use klayout 0.27.8.

@umarcor
Copy link
Collaborator Author

umarcor commented Aug 10, 2022

@atorkmabrains I removed the commit bumping klayout.

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
Copy link
Contributor

@mithro mithro left a comment

Choose a reason for hiding this comment

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

LGTM! Will merge if CI goes green.


name: Regression testing

# https://docs.github.com/en/actions/using-jobs/using-concurrency
Copy link
Contributor

Choose a reason for hiding this comment

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

Rather than linking to the concurrency documentation, can you explain why we want / need the concurrency statement?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done in 14838d3.

rules/klayout/drc/testing/Makefile Show resolved Hide resolved
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
@mithro mithro merged commit 859d03b into google:main Aug 12, 2022
@umarcor umarcor deleted the umarcor/ci branch August 12, 2022 20:31
atorkmabrains added a commit to christoph-weiser/globalfoundries-pdk-libs-gf180mcu_fd_pr that referenced this pull request Dec 18, 2022
Updating primitives names in cdl files used for LVS testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the GitHub Actions to reduce significant duplication in workflow files
4 participants