tasks require path to inventory yaml #200
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
31s
Matrix: Spec / spec
Annotations
4 errors and 9 warnings
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/tasks/vagrant_spec.rb#L29
vagrant provisions a new vagrant box when action is provision
Failure/Error: require_relative '../../tasks/vagrant'
#<File (class)> received :read with unexpected arguments
expected: (/\/home\/runner\/work\/provision\/provision\/.vagrant/)
got: ("/home/runner/work/provision/provision/inventory.yaml/.vagrant/generic-debian10-0/.vagrant/machines/default/virtualbox/index_uuid")
Diff:
@@ -1 +1 @@
-[/\/home\/runner\/work\/provision\/provision\/.vagrant/]
+["/home/runner/work/provision/provision/inventory.yaml/.vagrant/generic-debian10-0/.vagrant/machines/default/virtualbox/index_uuid"]
Please stub a default value first if message might be received with other args as well.
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/tasks/vagrant_spec.rb#L29
vagrant provisions a new vagrant box when action is provision
Failure/Error: require_relative '../../tasks/vagrant'
#<File (class)> received :read with unexpected arguments
expected: (/\/home\/runner\/work\/provision\/provision\/.vagrant/)
got: ("/home/runner/work/provision/provision/inventory.yaml/.vagrant/generic-debian10-0/.vagrant/machines/default/virtualbox/index_uuid")
Diff:
@@ -1 +1 @@
-[/\/home\/runner\/work\/provision\/provision\/.vagrant/]
+["/home/runner/work/provision/provision/inventory.yaml/.vagrant/generic-debian10-0/.vagrant/machines/default/virtualbox/index_uuid"]
Please stub a default value first if message might be received with other args as well.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|
Spec / Setup Test Matrix
Cannot find image for windows-10
|
Spec / Setup Test Matrix
Cannot find image for windows-2012 R2
|
Spec / Setup Test Matrix
Cannot find image for windows-2016
|
Spec / Setup Test Matrix
Cannot find image for windows-2019
|
Spec / Setup Test Matrix
Cannot find image for windows-2022
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/tasks/abs_spec.rb#L134
provision::abs when provisioning raises an error if abs returns error response
Skipped: Not yet implemented
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/tasks/abs_spec.rb#L182
provision::abs when tearing down raises an error if abs returns error response
Skipped: Not yet implemented
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/tasks/abs_spec.rb#L134
provision::abs when provisioning raises an error if abs returns error response
Skipped: Not yet implemented
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/tasks/abs_spec.rb#L182
provision::abs when tearing down raises an error if abs returns error response
Skipped: Not yet implemented
|