You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/01/08 15:24:29 UTC

[couchdb-infra-cm] branch main updated (b6c0fc1 -> a2bfe45)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git.


 discard b6c0fc1  Switch to having agents dial into Jenkins

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/main (a2bfe45)
            \
             O -- O -- O   (b6c0fc1)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                   |  50 +++--------
 ansible.cfg                                 |   4 -
 bastions.yml                                |   4 -
 group_vars/{bastions.yml => ci_agents.yaml} |   0
 group_vars/ci_agents.yml                    |   2 -
 host_vars/10.240.0.10.yml                   |   2 -
 host_vars/10.240.0.14.yml                   |   1 -
 host_vars/10.240.0.15.yml                   |   1 -
 host_vars/10.240.0.16.yml                   |   1 -
 host_vars/10.240.0.4.yml                    |   1 -
 host_vars/10.240.0.5.yml                    |   1 -
 host_vars/10.240.0.6.yml                    |   1 -
 host_vars/10.240.0.9.yml                    |   2 -
 production                                  | 134 ++++++----------------------
 roles/ci_agent/files/runit-logs             |   2 -
 roles/ci_agent/tasks/main.yml               |  41 ++-------
 roles/ci_agent/templates/runit-main.j2      |   6 --
 ssh.cfg                                     |  13 ---
 tools/gen-inventory                         |  51 +----------
 19 files changed, 48 insertions(+), 269 deletions(-)
 delete mode 100644 bastions.yml
 rename group_vars/{bastions.yml => ci_agents.yaml} (100%)
 delete mode 100644 group_vars/ci_agents.yml
 delete mode 100644 host_vars/10.240.0.10.yml
 delete mode 100644 host_vars/10.240.0.14.yml
 delete mode 100644 host_vars/10.240.0.15.yml
 delete mode 100644 host_vars/10.240.0.16.yml
 delete mode 100644 host_vars/10.240.0.4.yml
 delete mode 100644 host_vars/10.240.0.5.yml
 delete mode 100644 host_vars/10.240.0.6.yml
 delete mode 100644 host_vars/10.240.0.9.yml
 delete mode 100644 roles/ci_agent/files/runit-logs
 delete mode 100644 roles/ci_agent/templates/runit-main.j2
 delete mode 100644 ssh.cfg