Re: [PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Dusty Mabe


On 02/22/2018 04:50 PM, Kevin Fenzi wrote:
> +1
> 

merged, thanks.

I don't have perms to run the playbook so it'll probably get applied the next 
time
someone else runs it. 

Dusty 
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Kevin Fenzi
+1

kevin



signature.asc
Description: OpenPGP digital signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Kellin
+1 looks fine to me based on notes in issues.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


[PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Dusty Mabe
This is not used and we agreed to remove it. See [1] [2].

[1] https://pagure.io/releng/issue/7269
[2] https://pagure.io/atomic-wg/issue/349

Signed-off-by: Dusty Mabe 
---
 roles/releng/files/atomic-cd | 4 
 roles/releng/tasks/main.yml  | 5 -
 2 files changed, 9 deletions(-)
 delete mode 100644 roles/releng/files/atomic-cd

diff --git a/roles/releng/files/atomic-cd b/roles/releng/files/atomic-cd
deleted file mode 100644
index da90f7153..0
--- a/roles/releng/files/atomic-cd
+++ /dev/null
@@ -1,4 +0,0 @@
-# continous delivery of atomic host 
-MAILTO=releng-c...@lists.fedoraproject.org
-*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XX` && pushd $TMPDIR >& 
/dev/null && git clone -q https://pagure.io/releng.git && cd releng && 
LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd 
./scripts/build-test-ostree >& /dev/null && popd >& /dev/null && rm -rf $TMPDIR
-
diff --git a/roles/releng/tasks/main.yml b/roles/releng/tasks/main.yml
index 94ba9d814..6a8d81e79 100644
--- a/roles/releng/tasks/main.yml
+++ b/roles/releng/tasks/main.yml
@@ -167,11 +167,6 @@
   copy: src="docker-updates" dest=/etc/cron.d/docker-updates
   when: inventory_hostname.startswith('compose-x86-01')
 
-# put cron job in for continuously deliverying atomic host
-- name: atomic-cd compose cron
-  copy: src="atomic-cd" dest=/etc/cron.d/atomic-cd
-  when: inventory_hostname.startswith('compose-x86-01')
-
 # put cron job in for purging nightly amis
 - name: purge nightly amis cron
   copy: src="purge-amis" dest=/etc/cron.d/purge-amis
-- 
2.14.3
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org