Skip to content

Commit 67b2658

Browse files
sjpbbertiethorpe
andauthored
Update dnf repo snapshots (+ source repos, removes RL8 Lustre build CI) (#792)
* update dnf_repos_timestamps.yml * bump Ark timestamps * update again * make it possible NOT to clean up packer builds * fixup source repo path typo * add missing RL8 PowerTools source repo * correct RL8 source repo files * update timestamps * bump CI image * disable Lustre for RL8 extrabuild tests due to kernel mismatch --------- Co-authored-by: bertiethorpe <[email protected]>
1 parent a4ea997 commit 67b2658

File tree

4 files changed

+61
-14
lines changed

4 files changed

+61
-14
lines changed

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
- image_name: openhpc-extra-RL8
2727
source_image_name_key: RL8 # key into environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
28-
inventory_groups: doca,cuda,lustre
28+
inventory_groups: doca,cuda # lustre disabled due to https://github.com/stackhpc/ansible-slurm-appliance/pull/759
2929
volume_size: 35 # needed for cuda
3030
- image_name: openhpc-extra-RL9
3131
source_image_name_key: RL9

.github/workflows/fatimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Record settings for CI cloud
5555
run: |
5656
echo CI_CLOUD: ${{ env.CI_CLOUD }}
57+
echo cleanup_on_failure: ${{ github.event.inputs.cleanup_on_failure }}
5758
5859
- name: Setup ssh
5960
run: |
@@ -91,7 +92,7 @@ jobs:
9192
packer init .
9293
9394
PACKER_LOG=1 packer build \
94-
-on-error=${{ github.event.inputs.cleanup_on_failure && 'cleanup' || 'abort' }} \
95+
-on-error=${{ github.event.inputs.cleanup_on_failure == 'true' && 'cleanup' || 'abort' }} \
9596
-var-file="$PKR_VAR_environment_root/${{ env.CI_CLOUD }}.pkrvars.hcl" \
9697
-var "source_image_name=${{ matrix.build.source_image_name }}" \
9798
-var "image_name=${{ matrix.build.image_name }}" \
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-250918-0840-930223fb",
4-
"RL9": "openhpc-RL9-250918-0840-930223fb"
3+
"RL8": "openhpc-RL8-250923-1321-5fcc36b0",
4+
"RL9": "openhpc-RL9-250923-1321-5fcc36b0"
55
}
66
}

environments/common/inventory/group_vars/all/dnf_repo_timestamps.yml

Lines changed: 56 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dnf_repos_default:
2929
appstream:
3030
'8.10':
3131
pulp_path: rocky/8.10/AppStream/x86_64/os
32-
pulp_timestamp: 20250614T013846
32+
pulp_timestamp: 20250923T022841
3333
repo_file: Rocky-AppStream
3434
'9.4':
3535
pulp_path: rocky/9.4/AppStream/x86_64/os
@@ -41,12 +41,21 @@ dnf_repos_default:
4141
repo_file: rocky
4242
'9.6':
4343
pulp_path: rocky/9.6/AppStream/x86_64/os
44-
pulp_timestamp: 20250902T060015
44+
pulp_timestamp: 20250923T031638
45+
repo_file: rocky
46+
appstream-source:
47+
'8.10':
48+
pulp_path: rocky/8.10/AppStream/source/os
49+
pulp_timestamp: 20250923T024945
50+
repo_file: Rocky-Sources
51+
'9.6':
52+
pulp_path: rocky/9.6/AppStream/source/os
53+
pulp_timestamp: 20250923T043546
4554
repo_file: rocky
4655
baseos:
4756
'8.10':
4857
pulp_path: rocky/8.10/BaseOS/x86_64/os
49-
pulp_timestamp: 20250614T013846
58+
pulp_timestamp: 20250918T034501
5059
repo_file: Rocky-BaseOS
5160
'9.4':
5261
pulp_path: rocky/9.4/BaseOS/x86_64/os
@@ -58,12 +67,21 @@ dnf_repos_default:
5867
repo_file: rocky
5968
'9.6':
6069
pulp_path: rocky/9.6/BaseOS/x86_64/os
61-
pulp_timestamp: 20250902T094855
70+
pulp_timestamp: 20250923T045903
71+
repo_file: rocky
72+
baseos-source:
73+
'8.10':
74+
pulp_path: rocky/8.10/BaseOS/source/os
75+
pulp_timestamp: 20250918T040529
76+
repo_file: Rocky-Sources
77+
'9.6':
78+
pulp_path: rocky/9.6/BaseOS/source/os
79+
pulp_timestamp: 20250923T043546
6280
repo_file: rocky
6381
crb:
6482
'8.10':
6583
pulp_path: rocky/8.10/PowerTools/x86_64/os
66-
pulp_timestamp: 20250614T013846
84+
pulp_timestamp: 20250918T034501
6785
repo_file: Rocky-PowerTools
6886
repo_name: powertools
6987
'9.4':
@@ -76,16 +94,35 @@ dnf_repos_default:
7694
repo_file: rocky
7795
'9.6':
7896
pulp_path: rocky/9.6/CRB/x86_64/os
79-
pulp_timestamp: 20250902T060015
97+
pulp_timestamp: 20250923T031638
98+
repo_file: rocky
99+
crb-source:
100+
'8.10':
101+
pulp_path: rocky/8.10/PowerTools/source/tree
102+
pulp_timestamp: 20250923T125600
103+
repo_file: Rocky-Sources
104+
repo_name: powertools-source
105+
'9.6':
106+
pulp_path: rocky/9.6/CRB/source/os
107+
pulp_timestamp: 20250923T043546
80108
repo_file: rocky
81109
epel:
82110
'8':
83111
pulp_path: epel/8/Everything/x86_64
84-
pulp_timestamp: 20250615T234151
112+
pulp_timestamp: 20250923T001717
85113
repo_file: epel
86114
'9':
87115
pulp_path: epel/9/Everything/x86_64
88-
pulp_timestamp: 20250908T001730
116+
pulp_timestamp: 20250923T001717
117+
repo_file: epel
118+
epel-source:
119+
'8':
120+
pulp_path: epel/8/Everything/source
121+
pulp_timestamp: 20250923T001717
122+
repo_file: epel
123+
'9':
124+
pulp_path: epel/9/Everything/source
125+
pulp_timestamp: 20250923T001717
89126
repo_file: epel
90127
extras:
91128
'8.10':
@@ -104,13 +141,22 @@ dnf_repos_default:
104141
pulp_path: rocky/9.6/extras/x86_64/os
105142
pulp_timestamp: 20250726T040613
106143
repo_file: rocky-extras
144+
extras-source:
145+
'8.10':
146+
pulp_path: rocky/8.10/extras/source/os
147+
pulp_timestamp: 20250828T161842
148+
repo_file: Rocky-Sources
149+
'9.6':
150+
pulp_path: rocky/9.6/extras/source/os
151+
pulp_timestamp: 20250828T161842
152+
repo_file: rocky-extras
107153
grafana:
108154
'8':
109155
pulp_path: grafana/oss/rpm
110-
pulp_timestamp: 20250730T011314
156+
pulp_timestamp: 20250917T024714
111157
repo_file: grafana
112158
timestamp: 20250615T005738
113159
'9':
114160
pulp_path: grafana/oss/rpm
115-
pulp_timestamp: 20250906T025340
161+
pulp_timestamp: 20250917T024714
116162
repo_file: grafana

0 commit comments

Comments
 (0)