aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/testrunner/tasks/main.yml
blob: b93dc55a9c6f55a1e1bb1662697e679f3dfcf06f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
- name: update C++ client
  docker_image:
      path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cppjit
      name: cppjit
      state: build
#  command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp
  async: 1200
  poll: 5

- name: update Go client
  docker_image:
      path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go
      name: go
      state: build
#  command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go 
  async: 1200
  poll: 5

- name: update Python client
  docker_image:
      path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-python
      name: python
      state: build
  async: 1200
  poll: 5

- name: Run infinite tests 
  shell: seq {{ ansible_processor_vcpus }} | parallel --max-args=0 /home/{{ ansible_ssh_user }}/git/ansible/test-files/testrunner.sh
  # run for two months 
  async: "{{ 60 * 60 * 24 * 30 * 2 }}"
  poll: 0
  register: log_runner

- name: verify previous task
  async_status: jid={{ log_runner.ansible_job_id }}
ef='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/tree/www/p5-Catalyst-View-TT-ControllerLocal?h=gstreamer0.10-removal&id=e598d34341b62529b9ef63db27d571f9bcb8c766'>www/p5-Catalyst-View-TT-ControllerLocal parent7016da251660681f0c133921f056177747cccba9 (diff)downloadfreebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.gz
freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.zst
freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Diffstat (limited to 'www/p5-Catalyst-View-TT-ControllerLocal')