Skip to content

Commit 3ca823a

Browse files
Merge pull request #253 from mwestphall/SOFTWARE-6039-prerelease-test-architecture
Fix arch separator on prerelease tests, add prerelease tests for el9 aarch64
2 parents 763849e + f3c7673 commit 3ca823a

File tree

4 files changed

+56
-15
lines changed

4 files changed

+56
-15
lines changed

parameters.d-prerelease/el8_el9.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
platforms:
3-
- rocky_8_x86_64
4-
- alma_8_x86_64
5-
- centos_stream_9_x86_64
6-
- rocky_9_x86_64
7-
- alma_9_x86_64
3+
- rocky_8.x86_64
4+
- alma_8.x86_64
5+
- centos_stream_9.x86_64
6+
- rocky_9.x86_64
7+
- alma_9.x86_64
88

99
sources:
1010
- opensciencegrid:master; 23; osg-prerelease
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
platforms:
3+
- centos_stream_9.aarch64
4+
- rocky_9.aarch64
5+
- alma_9.aarch64
6+
7+
sources:
8+
- opensciencegrid:master; 24; osg-prerelease
9+
10+
package_sets:
11+
- label: Compute Entrypoint (Condor)
12+
packages:
13+
- osg-ce-condor
14+
- htcondor-ce-view
15+
- label: Compute Entrypoint (Slurm)
16+
packages:
17+
- osg-ce-slurm
18+
- htcondor-ce-view
19+
- slurm
20+
- slurm-slurmd
21+
- slurm-slurmctld
22+
- slurm-perlapi
23+
- slurm-slurmdbd
24+
- mariadb-server
25+
- label: Worker Node (privileged)
26+
packages:
27+
- osg-wn-client
28+
- osg-oasis
29+
- apptainer-suid
30+
- label: XRootD
31+
packages:
32+
- osg-xrootd-standalone
33+
- xrootd-multiuser
34+
- xrootd-client
35+
- voms-clients-cpp
36+
- label: GlideinwmsFrontend
37+
packages:
38+
- glideinwms-vofrontend
39+
- label: GlideinwmsFactory
40+
packages:
41+
- glideinwms-factory

parameters.d-prerelease/osg23-only.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
platforms:
3-
- rocky_8_x86_64
4-
- alma_8_x86_64
5-
- centos_stream_9_x86_64
6-
- rocky_9_x86_64
7-
- alma_9_x86_64
3+
- rocky_8.x86_64
4+
- alma_8.x86_64
5+
- centos_stream_9.x86_64
6+
- rocky_9.x86_64
7+
- alma_9.x86_64
88

99
sources:
1010
- opensciencegrid:master; 23; osg-prerelease

parameters.d-prerelease/osg24-only.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
platforms:
3-
- rocky_8_x86_64
4-
- alma_8_x86_64
5-
- centos_stream_9_x86_64
6-
- rocky_9_x86_64
7-
- alma_9_x86_64
3+
- rocky_8.x86_64
4+
- alma_8.x86_64
5+
- centos_stream_9.x86_64
6+
- rocky_9.x86_64
7+
- alma_9.x86_64
88

99
sources:
1010
- opensciencegrid:master; 24; osg-prerelease

0 commit comments

Comments
 (0)