|
| 1 | +################### |
| 2 | +# OSG 24 tests for EL9 |
| 3 | +# File format documention: |
| 4 | +# https://github.com/opensciencegrid/vm-test-runs#running-osg-test-in-vm-universe |
| 5 | +################### |
| 6 | + |
| 7 | +platforms: |
| 8 | + - centos_stream_9.aarch64 |
| 9 | + - rocky_9.aarch64 |
| 10 | + - alma_9.aarch64 |
| 11 | + |
| 12 | +sources: |
| 13 | + ################### |
| 14 | + # Format: |
| 15 | + # [<Github account>:<osg-test branch>;] <OSG ver>; <REPO 1, REPO 2...REPO N> [> <Update OSG ver>/<Update REPO 1, REPO 2...REPO N>] |
| 16 | + # Example: |
| 17 | + # Run osg-test (from 3.2-minefield) with packages from 3.2-release and 3.2-testing that are then upgraded to |
| 18 | + # 3.3-testing and 3-3-upcoming-testing: |
| 19 | + # 3.2; osg, osg-testing > 3.3/osg-testing, osg-upcoming-testing |
| 20 | + ################### |
| 21 | + - opensciencegrid:master; 24; osg, osg-upcoming > 25/osg-minefield |
| 22 | + - opensciencegrid:master; 25; osg-minefield |
| 23 | + |
| 24 | +package_sets: |
| 25 | + #### Required #### |
| 26 | + # label - used for reporting, should be consistent across param files |
| 27 | + # packages - list of packages to install in the test run |
| 28 | + #### Optional #### |
| 29 | + # selinux - enable SELinux for the package set, otherwise Permissive mode (default: True) |
| 30 | + # osg_java - Pre-install OSG java packages (default: False) |
| 31 | + # rng - Install entropy generation package (default: False) |
| 32 | + ################## |
| 33 | + - label: Compute Entrypoint (Condor) |
| 34 | + packages: |
| 35 | + - osg-ce-condor |
| 36 | + - htcondor-ce-view |
| 37 | + - label: Compute Entrypoint (Slurm) |
| 38 | + packages: |
| 39 | + - osg-ce-slurm |
| 40 | + - htcondor-ce-view |
| 41 | + - slurm |
| 42 | + - slurm-slurmd |
| 43 | + - slurm-slurmctld |
| 44 | + - slurm-perlapi |
| 45 | + - slurm-slurmdbd |
| 46 | + - mariadb-server |
| 47 | + - label: Compute Entrypoint (Torque) |
| 48 | + packages: |
| 49 | + - osg-ce-pbs |
| 50 | + - htcondor-ce-view |
| 51 | + - torque |
| 52 | + - torque-server |
| 53 | + - torque-mom |
| 54 | + - torque-client |
| 55 | + - torque-scheduler |
| 56 | + - mariadb-server |
| 57 | + - label: Central Collector |
| 58 | + packages: |
| 59 | + - htcondor-ce-collector |
| 60 | + - htcondor-ce-view |
| 61 | + - fetch-crl |
| 62 | + - label: Worker Node (privileged) |
| 63 | + packages: |
| 64 | + - osg-wn-client |
| 65 | + - osg-oasis |
| 66 | + - apptainer-suid |
| 67 | + - label: Worker Node (privileged, tarball deps) |
| 68 | + packages: |
| 69 | + - osg-update-data |
| 70 | + - osg-wn-client |
| 71 | + - label: XRootD |
| 72 | + packages: |
| 73 | + - osg-xrootd-standalone |
| 74 | + - xrootd-multiuser |
| 75 | + - xrootd-client |
| 76 | + - voms-clients-cpp |
| 77 | + - label: GlideinwmsFrontend |
| 78 | + packages: |
| 79 | + - glideinwms-vofrontend |
| 80 | + - label: GlideinwmsFactory |
| 81 | + packages: |
| 82 | + - glideinwms-factory |
| 83 | + - label: HTVault-Config |
| 84 | + packages: |
| 85 | + - htvault-config |
| 86 | + - htgettoken |
| 87 | + |
| 88 | + |
0 commit comments