Skip to content

merge queue: embarking main (e8c80a8) and #3067 together#3077

Closed
g-la-d-os wants to merge 5 commits intomainfrom
mergify/merge-queue/6a9f677650
Closed

merge queue: embarking main (e8c80a8) and #3067 together#3077
g-la-d-os wants to merge 5 commits intomainfrom
mergify/merge-queue/6a9f677650

Conversation

@g-la-d-os
Copy link
Contributor

@g-la-d-os g-la-d-os commented Jan 31, 2023

🎉 This combination of pull requests has been checked successfully 🎉

Branch main (e8c80a8) and #3067 are embarked together for merge.

This pull request has been created by Mergify to speculatively check the mergeability of #3067.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue default for merge:

  • #approved-reviews-by>=2 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by=0 [🛡 GitHub branch protection]
  • #review-threads-unresolved=0 [🛡 GitHub branch protection]
  • -title~="#wip"
  • branch-protection-review-decision=APPROVED [🛡 GitHub branch protection]
  • any of [🛡 GitHub branch protection]:
    • check-skipped=Effect gate, automatically merged if passed
    • check-neutral=Effect gate, automatically merged if passed
    • check-success=Effect gate, automatically merged if passed
  • any of [🛡 GitHub branch protection]:
    • check-success=Common dependencies
    • check-neutral=Common dependencies
    • check-skipped=Common dependencies
  • any of [🛡 GitHub branch protection]:
    • check-success=Check nix
    • check-neutral=Check nix
    • check-skipped=Check nix
  • any of [🛡 GitHub branch protection]:
    • check-success=Nixfmt check
    • check-neutral=Nixfmt check
    • check-skipped=Nixfmt check
  • any of [🛡 GitHub branch protection]:
    • check-success=Package Composable node
    • check-neutral=Package Composable node
    • check-skipped=Package Composable node
  • any of [🛡 GitHub branch protection]:
    • check-success=Package Composable bench node
    • check-neutral=Package Composable bench node
    • check-skipped=Package Composable bench node
  • any of [🛡 GitHub branch protection]:
    • check-success=Package Polkadot node
    • check-neutral=Package Polkadot node
    • check-skipped=Package Polkadot node
  • any of [🛡 GitHub branch protection]:
    • check-success=Unit Tests
    • check-neutral=Unit Tests
    • check-skipped=Unit Tests
  • any of [🛡 GitHub branch protection]:
    • check-success=Cargo fmt check
    • check-neutral=Cargo fmt check
    • check-skipped=Cargo fmt check
  • any of [🛡 GitHub branch protection]:
    • check-success=Cargo clippy check
    • check-neutral=Cargo clippy check
    • check-skipped=Cargo clippy check
  • any of [🛡 GitHub branch protection]:
    • check-success=Cargo deny check
    • check-neutral=Cargo deny check
    • check-skipped=Cargo deny check
  • any of [🛡 GitHub branch protection]:
    • check-success=Spelling check
    • check-neutral=Spelling check
    • check-skipped=Spelling check
  • any of [🛡 GitHub branch protection]:
    • check-success=Test running of pallet benchmarks (composable)
    • check-neutral=Test running of pallet benchmarks (composable)
    • check-skipped=Test running of pallet benchmarks (composable)
  • any of [🛡 GitHub branch protection]:
    • check-success=Test running of pallet benchmarks (dali)
    • check-neutral=Test running of pallet benchmarks (dali)
    • check-skipped=Test running of pallet benchmarks (dali)
  • any of [🛡 GitHub branch protection]:
    • check-success=Test running of pallet benchmarks (picasso)
    • check-neutral=Test running of pallet benchmarks (picasso)
    • check-skipped=Test running of pallet benchmarks (picasso)
  • any of [🛡 GitHub branch protection]:
    • check-skipped=Docker composable-bridge-devnet
    • check-neutral=Docker composable-bridge-devnet
    • check-success=Docker composable-bridge-devnet
  • any of [🛡 GitHub branch protection]:
    • check-skipped=composable-sandbox-container-publish
    • check-neutral=composable-sandbox-container-publish
    • check-success=composable-sandbox-container-publish
  • any of [🛡 GitHub branch protection]:
    • check-success=Dockerfiles check
    • check-neutral=Dockerfiles check
    • check-skipped=Dockerfiles check
  • any of [🛡 GitHub branch protection]:
    • check-success=Package Subsquid Processor
    • check-neutral=Package Subsquid Processor
    • check-skipped=Package Subsquid Processor
  • any of [🛡 GitHub branch protection]:
    • check-success=Test Subquid
    • check-neutral=Test Subquid
    • check-skipped=Test Subquid
  • any of [🛡 GitHub branch protection]:
    • check-success=Taplo check
    • check-neutral=Taplo check
    • check-skipped=Taplo check

More informations about Mergify merge queue can be found in the documentation.

Mergify commands

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the queue rules

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

---
pull_requests:
  - number: 3067
...

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

Nix commands for this PR

NOTE: You can also run our Nix commands in Docker. See the bottom of this comment.

Make sure you have setup the Composable community cache:

(you only need to run it once on your machine)

nix-shell -p cachix --command "cachix use composable-community"

Show all possible apps, shells and packages:

nix flake show "github:ComposableFi/composable/4860933dce7561d11304a9886aec355e1583afc3 --allow-import-from-derivation

Run the Composable node alone:

nix run "github:ComposableFi/composable/4860933dce7561d11304a9886aec355e1583afc3#composable-node" -L

Spin up a local devnet:

nix run "github:ComposableFi/composable/4860933dce7561d11304a9886aec355e1583afc3#devnet" -L --option sandbox relaxed --show-trace

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/4860933dce7561d11304a9886aec355e1583afc3#devnet-xcvm" -L

View the docs:

nix run ".#docs-server"

Run this without Nix in Docker.

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v nix:/nix -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/Composable/4860933dce7561d11304a9886aec355e1583afc3#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"

NOTE: You can swap devnet-dali in the command above with any Nix package
For more info on how to use Nix, check out our Nix docs
Note that the initial build may take about one hour if it has not been cached by our CI yet. Once it is cached, builds should take about one minute. We currently do not provide build caches for ARM machines such as M1 Macs, but building on ARM is supported.

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

@mergify
Copy link
Contributor

mergify bot commented Feb 1, 2023

The pull request #3067 is mergeable

@mergify mergify bot closed this Feb 1, 2023
@mergify
Copy link
Contributor

mergify bot commented Feb 1, 2023

The pull request #3067 is mergeable

@mergify mergify bot deleted the mergify/merge-queue/6a9f677650 branch February 1, 2023 10:00
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.

2 participants