Skip to content
Snippets Groups Projects
  1. Aug 14, 2023
    • Chevdor's avatar
      b617877b
    • Chevdor's avatar
      RC container image fixes (#7607) · 1f437d9e
      Chevdor authored
      * Remove ENV for the artifacts folder
      
      1f437d9e
    • jserrat's avatar
      pvf: use test-utils feature to export test only (#7538) · d4ad8d5e
      jserrat authored
      
      * pvf: use test-utils feature to export test only
      
      * adding comment to test-utils feature
      
      * make prepare-worker and execute-worker as optional dependencies and add comments to test-utils
      
      * remove doc hidden from pvf testing
      
      * add prepare worker and execute worker entrypoints to test-utils feature
      
      * pvf: add sp_tracing as optional dependency of test-utils
      
      * add test-utils for polkadot and malus
      
      * add test-utils feature to prepare and execute workers script
      
      * remove required features from prepare and executing
      
      * Try to trigger CI again to fix broken jobs
      
      ---------
      
      Co-authored-by: default avatarMarcin S <marcin@realemail.net>
      d4ad8d5e
  2. Aug 11, 2023
    • Adrian Catangiu's avatar
      companion for 14754: cli: move no-beefy flag to sc-cli (#7600) · 26adab4f
      Adrian Catangiu authored
      
      * cli: move no-beefy flag to substrate sc-cli config
      
      * bump substrate ref
      
      ---------
      
      Signed-off-by: default avatarAdrian Catangiu <adrian@parity.io>
      26adab4f
    • Chevdor's avatar
      Publish RC container images (#7556) · 693a29da
      Chevdor authored
      
      * WIP
      
      * Add missing checkout
      
      * Add debuggin
      
      * Fix VAR name
      
      * Bug fix
      
      * Rework jobs
      
      * Revert "Rework jobs"
      
      This reverts commit 2bfa79fd3ae633c17403b838f9a5025f0f7fc3f3.
      
      * Add cache
      
      * Add temp default for testing
      
      * Add missing checkout
      
      * Fix patch
      
      * Comment out the GPG check for now
      
      * Rename polkadot_injected_release into a more appropriate polkadot_injected_debian
      
      * Refactoring / renaming
      
      * Introduce a generic image for binary injection
      
      * Flag files to be deleted and changes to be done
      
      * WIP
      
      * Fix multi binaries images
      
      * Add test build scripts
      
      * Remove old file, add polkadot build-injected script
      
      * Fix doc
      
      * Fix tagging
      
      * Add build of the injected container
      
      * Fix for docker
      
      * Remove the need for TTY
      
      * Handling container publishing
      
      * Fix owner and registry
      
      * Fix vars
      
      * Fix repo
      
      * Fix var naming
      
      * Fix case when there is no tag
      
      * Fix case with no tag
      
      * Handle error
      
      * Fix spacings
      
      * Fix tags
      
      * Remove unnecessary grep that may fail
      
      * Add final check
      
      * Clean up and introduce GPG check
      
      * Add doc
      
      * Add doc
      
      * Update doc/docker.md
      
      Co-authored-by: default avatarMira Ressel <mira@parity.io>
      
      * type
      
      Co-authored-by: default avatarMira Ressel <mira@parity.io>
      
      * Fix used VAR
      
      * Improve doc
      
      * ci: Update .build-push-image jobs to use the new build-injected.sh
      
      * ci: fix path to build-injected.sh script
      
      * Rename the release artifacts folder to prevent confusion due to a similar folder in the gitlab CI
      
      * ci: check out polkadot repo in .build-push-image
      
      This seems far cleaner than copying the entire scripts/ folder into our
      job artifacts.
      
      * feat(build-injected.sh): make PROJECT_ROOT configurable
      
      This lets us avoid a dependency on git in our CI image.
      
      * ci: build injected images with buildah
      
      * ci: pass full image names to zombienet
      
      * Add missing ignore
      
      ---------
      
      Co-authored-by: default avatarMira Ressel <mira@parity.io>
      693a29da
  3. Aug 10, 2023
  4. Aug 09, 2023
  5. Aug 08, 2023
  6. Aug 07, 2023
  7. Aug 05, 2023
  8. Aug 04, 2023
  9. Aug 03, 2023
  10. Aug 02, 2023
  11. Aug 01, 2023
  12. Jul 31, 2023
    • Marcin S.'s avatar
      98.6% OF DEVELOPERS CANNOT REVIEW THIS PR! [read more...] (#7337) · 85b06f18
      Marcin S. authored
      
      * [WIP] PVF: Split out worker binaries
      
      * Address compilation problems and re-design a bit
      
      * Reorganize once more, fix tests
      
      * Reformat with new nightly to make `cargo fmt` test happy
      
      * Address `clippy` warnings
      
      * Add temporary trace to debug zombienet tests
      
      * Fix zombienet node upgrade test
      
      * Fix malus and its CI
      
      * Fix building worker binaries with malus
      
      * More fixes for malus
      
      * Remove unneeded cli subcommands
      
      * Support placing auxiliary binaries to `/usr/libexec`
      
      * Fix spelling
      
      * Spelling
      
      Co-authored-by: default avatarMarcin S. <marcin@realemail.net>
      
      * Implement review comments (mostly nits)
      
      * Fix worker node version flag
      
      * Rework getting the worker paths
      
      * Address a couple of review comments
      
      * Minor restructuring
      
      * Fix CI error
      
      * Add tests for worker binaries detection
      
      * Improve tests; try to fix CI
      
      * Move workers module into separate file
      
      * Try to fix failing test and workers not printing latest version
      
      - Tests were not findin...
      85b06f18
  13. Jul 28, 2023
  14. Jul 27, 2023
  15. Jul 25, 2023
  16. Jul 24, 2023
  17. Jul 22, 2023
    • Xiliang Chen's avatar
      add missing feature flag (#7537) · 79341dd4
      Xiliang Chen authored
      79341dd4
    • jserrat's avatar
      add tests to worker common thread (#7372) · 3f8c3454
      jserrat authored
      
      * add tests to worker common thread
      
      * fix formatting
      
      * move worker commons unit test from integration tests to worker file and do some improvements
      
      * fix import on it/worker_common
      
      * move worker commons unit test to test module
      
      * cargo fmt
      
      * move cpu_time_monitor_loop to test outside of thread module
      
      * change worker thread unit test to use assert_eq
      
      * fix formatting
      
      * adding new methods to WaitOucome, fix pvf worker unit test
      
      * fix formatting
      
      * remove is_finished and is_timeout methods from WaitOutcome
      
      * fix wait_for_threads_with_timeout_returns_outcome test
      
      * ".git/.scripts/commands/fmt/fmt.sh"
      
      * add common worker cond_notify_on_done_should_update_wait_outcome_when_panic test
      
      ---------
      
      Co-authored-by: default avatarMarcin S <marcin@realemail.net>
      Co-authored-by: command-bot <>
      3f8c3454
  18. Jul 21, 2023
  19. Jul 20, 2023
  20. Jul 19, 2023