openqa: drop scratch builds, drop hack

Scratch builds are installed now and seem to be working, so on
their way to updates-testing, so we don't need to specify them
here any more. Also drop the hack I put in to get the service
restart handler run.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-30 17:03:32 -07:00
parent e9c96f5b4d
commit c1adee3cb7
3 changed files with 0 additions and 9 deletions

View file

@ -40,9 +40,6 @@ openqa_extraarches: true
# ON THE EDGE (radical guitar riff)
openqa_repo: updates-testing
# 2020-04-29/30 git bump scratch build
openqa_scratch: ["43922990"]
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
openqa_wikitcms_hostname: stg.fedoraproject.org
openqa_resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/

View file

@ -15,8 +15,5 @@ openqa_env: staging
# staging, we live ON THE EDGE (radical guitar riff)
openqa_repo: updates-testing
# 2020-04-29/30 git bump scratch builds
openqa_scratch: ["43922990", "43946288"]
deployment_type: stg
freezes: false

View file

@ -31,9 +31,6 @@
- name: Remove scratch repo directory
file: path=/var/tmp/scratchrepo state=absent
# HACK HACK HACK FIXME
notify:
- restart openqa workers
- name: (Re-)create scratch repo directory
file: path=/var/tmp/scratchrepo state=directory owner=root group=root