Skip to content

Commit

Permalink
Enable Git auto update replacing fetchneedles again after 627e192
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Feb 10, 2025
1 parent 2388e54 commit ec4956e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion etc/master/cron.d/SLES.CRON
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Check: https://gitlab.suse.de/openqa/salt-states-openqa
# if you need to do something here urgently, ask in #testing irc channel
#
-*/1 * * * * geekotest env force=1 updateall=1 /usr/share/openqa/script/fetchneedles
# okurz: 2017-08-17: https://progress.opensuse.org/issues/21038 [qam] test fails in bootloader_s390 - missing install image on ftp server, the same is done for SDK images
*/5 * * * * geekotest (cd /var/lib/openqa/share/factory/repo/ && for i in fixed/SLE-12-{,SP?-}Server-DVD-s390x-GM-DVD1/ ; do ln -sf $i ; done)
*/5 * * * * geekotest (cd /var/lib/openqa/share/factory/repo/ && for i in fixed/SLE-12-SP?-SDK-POOL-{x86_64,aarch64,ppc64le,s390x}-BuildGM-Media1/ ; do ln -sf $i ; done)
Expand Down
6 changes: 5 additions & 1 deletion openqa/server.sls
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ server.packages:
update_remote: 'origin'
update_branch: 'origin/master'
do_push: 'yes'
git_auto_update: 'no'
git_auto_update: 'yes'
openid:
httpsonly: 1
archiving:
Expand Down Expand Up @@ -475,6 +475,10 @@ rsyncd:
- watch:
- file: /etc/rsyncd.conf

openqa-enqueue-git-auto-update.timer:
service.running:
- enable: True

{% for type in ['service', 'timer'] %}
# Prevent server unresponsiveness due to TRIM which is also debatable anyway
# on virtual machines
Expand Down

0 comments on commit ec4956e

Please sign in to comment.