Merge pull request #3423 from kdelee/update_git_repo_for_tests

Update reference to test playbooks

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-03-14 20:13:12 +00:00 committed by GitHub
commit 64debd7230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ const initializeData = () => {
data.MACHINE_CREDENTIAL_NAME = `credential-machine-${id}`;
data.ORGANIZATION_NAME = `organization-${id}`;
data.PROJECT_NAME = `project-${id}`;
data.PROJECT_URL = 'https://github.com/jlaska/ansible-playbooks';
data.PROJECT_URL = 'https://github.com/ansible/test-playbooks';
data.PROJECT_BRANCH = 'master';
data.PLAYBOOK_NAME = 'multivault.yml';
data.TEMPLATE_NAME = `template-${id}`;

View File

@ -376,7 +376,7 @@ def make_the_data():
organization=org,
defaults=dict(
created_by=next(creator_gen), modified_by=next(modifier_gen),
scm_url='https://github.com/jlaska/ansible-playbooks.git',
scm_url='https://github.com/ansible/test-playbooks.git',
scm_type='git',
playbook_files=[
"check.yml", "debug-50.yml", "debug.yml", "debug2.yml",