Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zombie tests build pipeline rework (#2159)
* add usrmerge to zombie-builder build step * new zombie_builder.Dockerfile * testing ci for zombie-builder * Replace minideb with the official Rust image. * testing images for zombie_tester * test pkg dependencies for zombie-builder * kagome-dev minideb-testing Docker * add libraries for zombie_builder docker image * enable cache on zombie-builder step * zombie builder image group update * change repo for zombie builder, separate builder steps * add working directory * update image path for zombie-builder * building_binary step for zombie builder * github inputs test * test sccache * Exit code disabled * check sccache working * Revert "check sccache working" This reverts commit ab18767. * make dirs when CI zombie-builder starts * show build result for polkadot_binary * change runner for zombie-builder * zombie builder, change paths * build apt package pipeline * docker-builder - add debug info * zombie-builder ci architecture fix * New kagome dev minideb builder * temporarily ci changes (autotests) * enable kagome-builder-deb workflow * zombie_builder and zombie_tester updated * zombie_builder syntax fixes * zombie builder - build logic variable added * save zombie-builder env to file and restore it * New build kagome Makefile for kagome-dev * Zombie-Tests kagome build, release by default * new build kagome pipeline - activate cache * enable show info when build deb packet * update dependencies for packet * test update * Check package version exists in build steps * show package version in build step * add date to version apt package name * Test zombie-tests job * update run zombienet test * update Google Auth for zombie-tests ci * Run zombie-tests on actions-runner-controller * wasmedge get SHA script * Runtime cache build packet - first iteration * ci runtime build fix * Kagome runtime ci update * zombie test -> ubuntu latest * Revert "zombie test -> ubuntu latest" This reverts commit ff582d2. * add hunter cache to safe.directory * CI change cache using config * Enable swap on Ubuntu zombie-tests * change cache logic in kagome build step * Reduce kagome validators in 0001 test * change swap size - 4G (for ubuntu runners) * update cache save settings - build kagome step * Fix zndsl * zombie-tests runs on actions-runner-controller * disable swap * disable broken zombie tests * zombie test - kagome build - google cache * disable broken zombie-tests * zombie tests - disable always save cache, change cache action * return github action version * change gcp github action version * testing actions step * return github cache save * select working zombie tests * runtime cache build update * Rebuild runtime option in CI * update zombienet simlinks for tester image * Zombie-Tests runs-on -> ubuntu-latest * Build runtime -> actions-runner-controller * Clean old files, clean Zombie tests Makefile, change version numeric * Zombienet Makefile new line fix * Clear Kagome docker Build makefile * use default kagome_dev version in runtime_cache ci build * runtime cache version ci fix * Add kagome-crates dependency * Switch to tag * Update main build pipeline (zombie tests new pipeline) * fix ci errors in test.yaml * Build type for Zombie tests added * code cleanup * Zombie tests in main pipeline -> actions-runner-controller * change mount dirs for docker build * cleaning cache and default build typo for main build workflow * disable external project * add CI env to workflows * -Werror param support for CI building * add check -Werror compiler support * Change the order of applying -Werror * add_flag cmake function update --------- Co-authored-by: Kirill Azovtsev <k.azovtsev@qdrvm.io> Co-authored-by: kamilsa <kamilsa16@gmail.com> Co-authored-by: Zak Fein <zak@zerg.su> Co-authored-by: Harrm <abrehchs@gmail.com>
- Loading branch information