mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 23:07:47 -02:30
PHASE 1 - Add Packet-CI playbook and configuration (#4537)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
78f6f6b889
commit
b834a28891
10
tests/cloud_playbooks/create-packet.yml
Normal file
10
tests/cloud_playbooks/create-packet.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
become: true
|
||||
vars:
|
||||
ci_job_name: "{{ lookup('env', 'CI_JOB_NAME') }}"
|
||||
test_name: "{{ test_id | regex_replace('\\.', '-') }}"
|
||||
roles:
|
||||
- { role: packet-ci, vm_cleanup: false }
|
||||
Reference in New Issue
Block a user