-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial version of bot/check-result.sh
script
#179
base: main
Are you sure you want to change the base?
Commits on Apr 3, 2023
-
added helper scripts and improved bot/build.sh
- scripts/utils.sh is borrowed from software-layer. it includes various functions to be used with other scripts in this repo. - scripts/cfg_files.sh is borrowed from software-layer. it provides functions to read a file that contains information about a job. - changes to bot/build.sh: - added header, author, license - added assumptions - added set -e - source the above helper scripts - read job.cfg file - set core settings if needed: HTTP_PROXY, HTTPS_PROXY, LOCAL_TMP, LOAD_MODULES - expand LOCAL_TMP into STORAGE - load modules - obtain cpu_target_arch from job.cfg setting - bump eessi_version to 2023.04 - calling install_compatibility_layer.sh: remove fixed local container, add storage option
Configuration menu - View commit details
-
Copy full SHA for b8c1b8e - Browse repository at this point
Copy the full SHA b8c1b8eView commit details -
updates to install_compatibility_layer.sh
- add arguments for resuming, retaining tmp and more verbose output - extended and reformatted usage information - source helper script scripts/utils.sh - add support to resume a previous run given its temporary directory - determine container runtime (singularity or apptainer) - define env vars for both singularity and apptainer - unset PKG_CONFIG_PATH before running ansible script - only tar temporary directory if --retain-tmp option is given - add message for how to resume a previous run
Configuration menu - View commit details
-
Copy full SHA for d742027 - Browse repository at this point
Copy the full SHA d742027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882e6b5 - Browse repository at this point
Copy the full SHA 882e6b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfcf90 - Browse repository at this point
Copy the full SHA 0dfcf90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73af988 - Browse repository at this point
Copy the full SHA 73af988View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc0604 - Browse repository at this point
Copy the full SHA cfc0604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 486257e - Browse repository at this point
Copy the full SHA 486257eView commit details -
use emerge to install package set (don't rebuild though and only inst…
…all if list not empty)
Configuration menu - View commit details
-
Copy full SHA for c4034a7 - Browse repository at this point
Copy the full SHA c4034a7View commit details -
provide missing profile for arm64 + make sure bash is used for bootst…
…rapping tasks (because pipefail is needed)
Configuration menu - View commit details
-
Copy full SHA for 6037645 - Browse repository at this point
Copy the full SHA 6037645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db0017 - Browse repository at this point
Copy the full SHA 1db0017View commit details -
ensure ReFrame tests are working
- added some debugging - remove any existing virtualenv - make sure ReFrame is installed - left some more example debugging (could be cleaned up)
Configuration menu - View commit details
-
Copy full SHA for f816a83 - Browse repository at this point
Copy the full SHA f816a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5f11c - Browse repository at this point
Copy the full SHA 0a5f11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a756141 - Browse repository at this point
Copy the full SHA a756141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3173d4c - Browse repository at this point
Copy the full SHA 3173d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8ea3d - Browse repository at this point
Copy the full SHA ae8ea3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2648ddf - Browse repository at this point
Copy the full SHA 2648ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92e956 - Browse repository at this point
Copy the full SHA f92e956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2cf67 - Browse repository at this point
Copy the full SHA 6b2cf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61997e1 - Browse repository at this point
Copy the full SHA 61997e1View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 016509a - Browse repository at this point
Copy the full SHA 016509aView commit details -
reverted removal of community.general.portage
added ```ansible vars: ansible_python_interpreter: "{{ gentoo_prefix_path }}/usr/bin/python3" ``` to all tasks using communit.general.portage
Configuration menu - View commit details
-
Copy full SHA for 7bfa90d - Browse repository at this point
Copy the full SHA 7bfa90dView commit details
Commits on Apr 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f5f5fa - Browse repository at this point
Copy the full SHA 8f5f5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cc55a0 - Browse repository at this point
Copy the full SHA 1cc55a0View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 979b5f4 - Browse repository at this point
Copy the full SHA 979b5f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb1a19 - Browse repository at this point
Copy the full SHA dbb1a19View commit details