-
Notifications
You must be signed in to change notification settings - Fork 120
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
imp(ci): remove duplicated test-fake-activation-heights
test
#4118
Conversation
test-fake-activation-heights
test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like it should be the other way around: leave it in os-build and remove from continous-integration, since it's just a unit test. Was there any particular reason for doing in this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you also want to remove other redundant jobs in this PR?
Some steps in the Build stable on ubuntu-latest
job are redundant, because they are covered by:
- Install zebrad from lockfile without cache on ubuntu-latest
- Test stable on ubuntu-latest
We still need to Check Cargo.lock is up to date
, but we can remove the steps after that. (And rename the job!)
Please include the clean fix #4206 when next updating this branch. |
Closed as further decisions must be taken around this workflow |
Motivation
test-fake-activation-heights
should be removed from:zebra/.github/workflows/os-build-tests.yml
Line 128 in 9e0bbb5
zebra/.github/workflows/continous-integration.yml
Line 161 in 9e0bbb5
Depends-On: #3941
Solution
test-os-builds.yml
Review
Anyone can review this