EESSI / compatibility-layer

Compatibility layer of the EESSI project
https://eessi.github.io/docs/compatibility_layer
GNU General Public License v2.0
11 stars 21 forks source link

build compatibility layer with the bot #173

Open trz42 opened 1 year ago

trz42 commented 1 year ago

Use PRs #163 (bot/build.sh), #166, #167, #168, #169 to build compatibility layer with the bot. Might also look into https://github.com/trz42/compatibility-layer/tree/new_cl_spring_2023 for an attempt to get these PRs working together. The latter may contain a few tweaks necessary on some bot instances.

trz42 commented 1 year ago

Made an attempt to build with #177 (see https://github.com/NorESSI/compatibility-layer/pull/7). Failed with some sync issue (likely a typo in an ansible script). Will rerun the build to check if it works against pilot.eessi-hpc.org/2023.04 and pilot.nessi.no/2023.04.

trz42 commented 1 year ago

New attempt is https://github.com/NorESSI/compatibility-layer/pull/8

boegel commented 1 year ago

Autonomously building the compat layer worked for 2023.06 (cfr. #188), but creating the proper tarball failed because of a bug in the last part of the bot/build.sh script which was added in #163 and tweaked in #177 - cfr. #189