diff --git a/.zuul.yaml b/.zuul.yaml index c8e68a8..972eecf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,19 +1,8 @@ +--- - project: - templates: - - noop-jobs check: jobs: - - stx-github-debug: - vars: - stx_remote_repo: https://github.com/starlingx-staging/tools-contrib.git - stx_remote_branch: master - -- job: - name: stx-github-debug - parent: tox - vars: - stx_remote_repo: https://github.com/starlingx-staging/tools.contrib.git - stx_remote_branch: master - stx_repo_dest: src/test-repo - tox_envlist: debug - pre-run: playbooks/fetch-remote-repo/pre.yaml + - noop + gate: + jobs: + - noop diff --git a/README.rst b/README.rst index 205fb2d..5a6c096 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,8 @@ tis-repo ======== -StarlingX Test In Staging +StarlingX Total Infrastructure Setup -This repo contains test jobs for OpenDev Zuul that pull from remote repositores such as github.com. +This repo contains tools for setting up a development environment for StarlingX + +UNDER CONSTRUCTION