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

feat: first version of new workflows #2214

Closed

Conversation

dejanzele
Copy link
Member

@dejanzele dejanzele commented Mar 3, 2023

Fixes #

Special notes for your reviewer:

┆Issue is synchronized with this Jira Task by Unito

@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -11.48 ⚠️

Comparison is base (ece9f3c) 58.78% compared to head (de727ca) 47.30%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2214       +/-   ##
===========================================
- Coverage   58.78%   47.30%   -11.48%     
===========================================
  Files         225      263       +38     
  Lines       28475    37263     +8788     
===========================================
+ Hits        16738    17626      +888     
- Misses      10442    18241     +7799     
- Partials     1295     1396      +101     
Flag Coverage Δ
armada-server ?
unittests 47.30% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 38 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

severinson
severinson previously approved these changes Apr 6, 2023

- name: Setup dependencies
shell: bash
run: make download
Copy link
Contributor

Choose a reason for hiding this comment

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

Do this instead https://github.com/armadaproject/armada/blob/master/makefile#L576

go run github.com/magefile/mage@v1.14.0 BootstrapTools
go mod download
go mod tidy

Copy link
Contributor

Choose a reason for hiding this comment

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

So we can start removing the need for the makefile.

@@ -0,0 +1,204 @@
name: Code Build and Tests
Copy link
Contributor

Choose a reason for hiding this comment

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

This means unit and integration tests will run sequentially? Can we run them in paralle?

Copy link
Member Author

Choose a reason for hiding this comment

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

Jobs in the same workflow run in parallel by default.

@sync-by-unito sync-by-unito bot closed this May 16, 2023
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.

None yet

2 participants