#2 Add child job
Opened 5 years ago by fbo. Modified 3 years ago
fbo/readerlib-distgit add-child-jon  into  master

file modified
+13
@@ -12,10 +12,23 @@ 

          - name: mock-host

            label: dib-centos-7

  

+ - job:

+     name: integration

+     description: Run RPM integration tasks

+     run: tests/tests.yaml

+     nodeset:

+       nodes:

+         - name: integration-host

+           label: dib-centos-7

+ 

  - project:

      check:

        jobs:

          - rpmbuild

+         - integration:

+             dependencies:

+               - rpmbuild

+ 

      gate:

        jobs:

          - noop

@@ -1,3 +0,0 @@ 

- - hosts: test-node

-   tasks:

-     - shell: ls

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

+ - hosts: integration-host

+   tasks:

+     - lineinfile:

+         dest: /etc/hosts

+         line: "38.145.32.151 sftests-rdo.com"

+         state: present

+       become: true

+     - name: Install CI build repository

+       yum_repository:

+         name: ci-build

+         description: CI Build repository

+         baseurl: "{{ buildset_artifacts_url }}/current/"

+         gpgcheck: 0

+       become: true

+     - name: Install packages from the CI

+       yum:

+         name: python-readerlib

+         state: latest

+       become: true

no initial comment

Build succeeded.

rebased onto a78f0de

5 years ago

Build failed.

rebased onto 2209b4e

5 years ago

Build failed.

rebased onto 0566f85

5 years ago

Build failed.

rebased onto e8f3932

5 years ago

Build succeeded.

Build succeeded.

Build succeeded.

Build succeeded.