Actions
action #99963
closed[qe-core] enable iso syncing to openQA
Description
the rsync.pl script needs to be adjust to sync the isos to openQA
when doing that the directory for changes needs to be created
cd /var/lib/snapshot-changes/opensuse/¶
mkdir 15.4¶
chown factory-news 15.4¶
setfacl -m u:geekotest:rwx 15.4¶
run rsync.pl and make sure an entry is created in snapshot-changes. Then symlink the current build:
sudo -u geekotest ln -s $BUILDNR current¶
edit /etc/apache2/conf.d/factory-package-news.conf for the new release
Updated by okurz over 3 years ago
- Copied to action #103302: [qe-core] enable openSUSE Leap 15.4 iso syncing to openQA.opensuse.org added
Updated by okurz over 3 years ago
- Subject changed from enable iso syncing to openQA to [qe-core] enable iso syncing to openQA
- Status changed from New to Blocked
Nowadays the task is to look for 15.3 in https://github.com/os-autoinst/openqa-trigger-from-obs and add or replace with 15.4. Test enablement is conducted by test-related QE squads, I assume QE-Core hence created #103302
Updated by okurz over 3 years ago
- Status changed from Blocked to Resolved
Looking at https://openqa.opensuse.org/group_overview/50 it seems like Leap 15.4 is properly synced and triggered.
Actions