Skip to content

Commit

Permalink
[skip_clone] Add a clone_repos: true to stf-run-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Sep 11, 2023
1 parent 36567b5 commit d486538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/stf-run-ci/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ prometheus_webhook_snmp_repository: https://github.com/infrawatch/prometheus-web

base_dir: ''

clone_repos: true
setup_bundle_registry_auth: true
setup_bundle_registry_tls_ca: true
1 change: 1 addition & 0 deletions build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
- create_builds
block:
- name: Setup supporting repositories
when: clone_repos
ansible.builtin.include_tasks: clone_repos.yml
tags:
- clone
Expand Down
1 change: 1 addition & 0 deletions ci/deploy_stf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
ansible.builtin.import_role:
name: '../build/stf-run-ci'
vars:
clone_repos: false
__service_telemetry_storage_ephemeral_enabled: true
__local_build_enabled: false
__deploy_from_bundles_enabled: true
Expand Down

0 comments on commit d486538

Please sign in to comment.