From 572b9a9ac5f51a2e6d2d52117a125f871313f4c1 Mon Sep 17 00:00:00 2001 From: Marco Giacalone Date: Mon, 11 Nov 2024 13:10:50 +0100 Subject: [PATCH 1/2] Create clean-ci.yml Added GitHub action to restart PR builds --- .github/workflows/clean-ci.yml | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/workflows/clean-ci.yml diff --git a/.github/workflows/clean-ci.yml b/.github/workflows/clean-ci.yml new file mode 100644 index 000000000..aa5364983 --- /dev/null +++ b/.github/workflows/clean-ci.yml @@ -0,0 +1,39 @@ +--- +name: Clean PR builds + +'on': + workflow_dispatch: + inputs: + pr: + description: PR number in this repo to be cleaned + type: string # can't use number here + required: true + + # Warning: GitHub limits the total number of inputs to 10, so a maximum of + # 9 checks is allowed here! + # Warning: the check_* keys are magic and must consist of the string + # "check_" followed by the applicable check name exactly. The + # "description" field is only the human-readable label for the input. + 'check_build/O2DPG/sim/o2': + description: build/O2DPG/sim/o2 + type: boolean + default: true + 'check_build/O2DPG/O2fst/o2': + description: build/O2DPG/O2fst/o2 + type: boolean + default: true + +permissions: {} + +jobs: + clean: + name: Clean PR checks + uses: alisw/ali-bot/.github/workflows/clean-pr-checks.yml@master + with: + owner: ${{ github.event.repository.owner.login }} + repo: ${{ github.event.repository.name }} + pr: ${{ github.event.inputs.pr }} + checks: ${{ toJSON(github.event.inputs) }} + permissions: + pull-requests: read # to get last commit for pr (octokit/graphql-action) + statuses: write # for set-github-status From fe63ac0f72c5c78b32f3f455d5a5a49cf839b26b Mon Sep 17 00:00:00 2001 From: Marco Giacalone Date: Wed, 20 Nov 2024 09:51:47 +0100 Subject: [PATCH 2/2] Updated example EPOS4 options file --- MC/config/examples/epos4/generator/example.optns | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MC/config/examples/epos4/generator/example.optns b/MC/config/examples/epos4/generator/example.optns index 0b97d4f52..553ecafa8 100644 --- a/MC/config/examples/epos4/generator/example.optns +++ b/MC/config/examples/epos4/generator/example.optns @@ -11,7 +11,7 @@ set laproj 1 !projectile atomic number set maproj 1 !projectile mass number set latarg 1 !target atomic number set matarg 1 !target mass number -set ecms 13600 !sqrt(s)_pp +set ecms 13000 !sqrt(s)_pp set istmax 25 !max status considered for storage ftime on !string formation time non-zero @@ -21,10 +21,10 @@ nodecays end set ninicon 1 !number of initial conditions used for hydro evolution -core off !core/corona not activated -hydro off !hydro not activated -eos off !eos not activated -hacas off !hadronic cascade not activated +core full !core/corona activated +hydro hlle !hydro activated +eos x3ff !eos activated (epos standard EoS) +hacas full !hadronic cascade activated (UrQMD) set nfreeze 1 !number of freeze out events per hydro event set modsho 1 !printout every modsho events set centrality 0 !0=min bias