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

Remove peer reliability temp #10159

Merged
merged 6 commits into from
Feb 8, 2022
Merged

Conversation

QuiteStochastic
Copy link
Contributor

temporarily remove the peer reliability test

@QuiteStochastic QuiteStochastic requested review from a team as code owners February 5, 2022 02:07
@QuiteStochastic QuiteStochastic changed the base branch from develop to compatible February 5, 2022 02:07
@QuiteStochastic QuiteStochastic linked an issue Feb 5, 2022 that may be closed by this pull request
@QuiteStochastic QuiteStochastic added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label Feb 5, 2022
@@ -20,6 +20,7 @@ let dirtyWhen = [
S.strictlyStart (S.contains "buildkite/src/Command/MinaArtifact"),
S.exactly "buildkite/scripts/build-artifact" "sh",
S.exactly "buildkite/scripts/connect-to-mainnet-on-compatible" "sh",
S.strictlyStart (S.contains "buildkite/src/Jobs/Test/TestnetIntegrationTest"),
Copy link
Contributor

Choose a reason for hiding this comment

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

I think "buildkite/src/Jobs/Test" is probably a better filter here as most testing jobs depend on these artifacts (or individually list TestnetIntegrationTests, ReplayerTest, DeployTestnetAndDestroy, MigratedIntegrationTests, ConnectToTestnet). Similarly, "buildkite/src/Command" does not depend on these jobs but has the potential to break them, so they should be dirty.

Copy link
Contributor

Choose a reason for hiding this comment

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

more correctly long term the answer is probably more folders for these jobs to better reflect dependency, like if these were all under "buildkite/src/Jobs/Test/Integration/" to separate from unit tests / static analysis.

@QuiteStochastic QuiteStochastic merged commit d1aadd4 into compatible Feb 8, 2022
@QuiteStochastic QuiteStochastic deleted the remove_peer_reliability_temp branch February 8, 2022 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge-into-compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

intg test: remove peer-reliability test for the nonce
4 participants