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

chore: remove sims #697

Merged
merged 2 commits into from
Sep 12, 2022
Merged

chore: remove sims #697

merged 2 commits into from
Sep 12, 2022

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Sep 12, 2022

Resolves #693

@rootulp rootulp added the chore optional label for items that follow the `chore` conventional commit label Sep 12, 2022
@rootulp rootulp self-assigned this Sep 12, 2022
@rootulp
Copy link
Collaborator Author

rootulp commented Sep 12, 2022

Will close in favor of #692

@rootulp rootulp closed this Sep 12, 2022
Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

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

do we also need to remove something from the root makefile?

I think we can reopen this since it can be isolated.

@rootulp rootulp reopened this Sep 12, 2022
@rootulp
Copy link
Collaborator Author

rootulp commented Sep 12, 2022

do we also need to remove something from the root makefile?

Yes. Likely https://github.com/celestiaorg/celestia-app/blob/main/Makefile#L76-L81

@evan-forbes
Copy link
Member

yeah, exactly, will approve after that is removed and the makefile works

include contrib/devtools/Makefile
include contrib/devtools/sims.mk

test-all: check test-race test-cover
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

check was removed b/c it is not defined in any of the Makefiles

@rootulp rootulp marked this pull request as ready for review September 12, 2022 19:20
@rootulp rootulp enabled auto-merge (squash) September 12, 2022 19:23
@rootulp rootulp merged commit ba325b3 into celestiaorg:main Sep 12, 2022
Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

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

👍

@rootulp rootulp deleted the rp/remove-sims branch September 12, 2022 20:03
rootulp added a commit that referenced this pull request Oct 10, 2022
I noticed that we no longer need a Makefile `PACKAGES` variable because
this repo doesn't contain a `/simulation` directory. We removed sims
from workflows in #697
but there wasn't a `/simulation` directory then either.

This makes the `make test` command easier to copy + paste (if for
instance you want to add a trailing `-count=1` flag to disable the
cache)

Note: cosmos-sdk uses PACKAGE variables
[here](https://github.com/cosmos/cosmos-sdk/blob/main/Makefile#L3-L4)
but celestia-app doesn't appear to need this extra complexity
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
I noticed that we no longer need a Makefile `PACKAGES` variable because
this repo doesn't contain a `/simulation` directory. We removed sims
from workflows in celestiaorg#697
but there wasn't a `/simulation` directory then either.

This makes the `make test` command easier to copy + paste (if for
instance you want to add a trailing `-count=1` flag to disable the
cache)

Note: cosmos-sdk uses PACKAGE variables
[here](https://github.com/cosmos/cosmos-sdk/blob/main/Makefile#L3-L4)
but celestia-app doesn't appear to need this extra complexity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore optional label for items that follow the `chore` conventional commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of unused tests
2 participants