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

Create command-inform.yml #5523

Closed
wants to merge 17 commits into from
Closed

Create command-inform.yml #5523

wants to merge 17 commits into from

Commits on Aug 29, 2024

  1. Create command-inform.yml

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8eb452d View commit details
    Browse the repository at this point in the history
  2. restore update-ui-tests

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e140fac View commit details
    Browse the repository at this point in the history
  3. Fixes for cmd bot

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    43d3807 View commit details
    Browse the repository at this point in the history
  4. Update command-inform.yml

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6e98a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    272d2ee View commit details
    Browse the repository at this point in the history
  6. Update cmd.yml

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d0bd002 View commit details
    Browse the repository at this point in the history
  7. add get-pr-branch job

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ccc1add View commit details
    Browse the repository at this point in the history
  8. Update cmd.yml

    mordamax committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cb3fbdd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Add support for memory-profiling on subsystem-bench (#5522)

    Add support in subsystem-benchmarks to profile memory usage using the
    jemalloc builting profiler, this allows us to run each benchmark with
    profiling enabled and determine if the memory usage patters are in
    conformance with our expectations.
    
    ---------
    
    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c32160e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4295310 View commit details
    Browse the repository at this point in the history
  3. temp fix runners

    mordamax committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1b0cd8d View commit details
    Browse the repository at this point in the history
  4. Update cmd.yml

    mordamax authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0ded04c View commit details
    Browse the repository at this point in the history
  5. Update cmd.yml

    mordamax authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d23af9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    186dc67 View commit details
    Browse the repository at this point in the history
  7. Added mac-setup script (#5528)

    This is used for the steps that use the `macos` runner.
    
    It installs the Rust version that we are using in the [`forklift`
    image](https://github.com/paritytech/polkadot-sdk/blob/master/.github/env).
    
    To be used in #5386.
    Bullrich authored and mordamax committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ea958d2 View commit details
    Browse the repository at this point in the history
  8. Simplify SyncingEngine::new() a bit (#5396)

    Tiny changes to simplify the code:
    
    - Remove an unnecessary `collect`.
    - Reduce the code duplication a little bit.
    
    ---------
    
    Co-authored-by: Alexandru Vasile <[email protected]>
    2 people authored and mordamax committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    31f2375 View commit details
    Browse the repository at this point in the history
  9. Polkadot Primitives v8 (#5525)

    As Runtime release 1.3.0 includes all of the remaining staging
    primitives and APIs we can now release primitives version 8.
    No other changes other than renaming/moving done here.
    
    ---------
    
    Signed-off-by: Andrei Sandu <[email protected]>
    sandreim authored and mordamax committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4717a57 View commit details
    Browse the repository at this point in the history