#23 Add missing CI config file
Merged a year ago by adamwill. Opened a year ago by adamwill.
ci-2  into  main

file added
+8
@@ -0,0 +1,8 @@ 

+ - job:

+     name: relval-tox

+     run: ci/tox.yaml

+     nodeset: fedora-latest-container

+ - project:

+     check:

+       jobs:

+         - relval-tox

file added
+14
@@ -0,0 +1,14 @@ 

+ - hosts: all

+   tasks:

+     - name: Ensure tox is installed

+       include_role:

+         name: ensure-tox

+     - name: Install all Python versions to test

+       package:

+         name: ['python36', 'python38', 'python39', 'python310', 'python311']

+         state: present

+       become: yes

+     - name: Run tox

+       command: "{{ tox_executable }}"

+       args:

+         chdir: '{{ zuul.project.src_dir }}'

rebased onto f675939

a year ago

Build succeeded.

Pull-Request has been merged by adamwill

a year ago
Metadata