Skip to content

Commit 39901a1

Browse files
committed
nits: cleanup
1 parent 9be53c0 commit 39901a1

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

ansible/tasks/pull_images.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

ansible/vm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
- include_tasks: tasks/qemu.yaml
1313
- include_tasks: tasks/rust.yaml
1414
- include_tasks: tasks/code.yaml
15-
- include_tasks: tasks/pull_images.yaml
1615
# - include_tasks: tasks/sc2.yml

tasks/azure.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ def deploy(ctx):
185185
)
186186
run(az_cmd, shell=True, check=True)
187187

188-
189-
@task
190-
def setup(ctx, vm_name="sc2-snp-test"):
191188
ansible_prepare_inventory(vm_name)
192189

193190
vm_playbook = join(ANSIBLE_ROOT, "vm.yaml")
@@ -220,7 +217,7 @@ def ssh(ctx, name="sc2-snp-test"):
220217
print("\n--- SSH config ---")
221218
print(
222219
"""
223-
# Faasm SGX VM
220+
# SC2 Azure SNP VM
224221
Host {}
225222
HostName {}
226223
User {}

0 commit comments

Comments
 (0)