Skip to content

Commit

Permalink
Merge pull request #4203 from nervosnetwork/zhangsoledad/softfork-cache
Browse files Browse the repository at this point in the history
 persistence softfork cache
  • Loading branch information
zhangsoledad authored Nov 3, 2023
2 parents c7ee7e1 + ba5bc01 commit e27bcce
Show file tree
Hide file tree
Showing 17 changed files with 308 additions and 173 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ci_prologue/ci_prologue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fun_pasing_message(){
if [ $? -eq 0 ]; then
job_run_list=`echo "${MESSAGE}"| grep "ci-runs-only" | awk -F ':' '{print $2}'`
else
job_run_list=" [ quick_checks,unit_tests,integration_tests,benchmarks,linters,wasm_build,cargo_deny,aarch64_build ] "
job_run_list=" [ quick_checks,unit_tests,integration_tests,benchmarks,linters,cargo_deny,aarch64_build ] "
fi
echo "job_run_list is ""$job_run_list"
#parsing runs os
Expand Down Expand Up @@ -103,7 +103,7 @@ if [[ $GITHUB_EVENT_NAME == "pull_request" ]];then
else
runs_on=" [ ubuntu,macos,windows ] "
fun_run_os "$runs_on"
job_run_list=" [ quick_checks,unit_tests,integration_tests,benchmarks,linters,wasm_build,cargo_deny,aarch64_build ] "
job_run_list=" [ quick_checks,unit_tests,integration_tests,benchmarks,linters,cargo_deny,aarch64_build ] "
fun_jobs "$job_run_list"
if [[ "$GITHUB_REPOSITORY" == "nervosnetwork/ckb" ]];then
echo "linux_runner_label=self-hosted-ci-ubuntu-20.04" >> $GITHUB_OUTPUT
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/ci_wasm_build_ubuntu.yaml

This file was deleted.

Loading

0 comments on commit e27bcce

Please sign in to comment.