← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs/+git/cert-juju:use-new-charms-l3 into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs/+git/cert-juju:use-new-charms-l3 into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.

Requested reviews:
  Canonical Hardware Certification (canonical-hw-cert)

For more details, see:
https://code.launchpad.net/~pwlars/hwcert-jenkins-jobs/+git/cert-juju/+merge/428332

This is already deployed, and it worked great. Just catching it up with what's there.
-- 
Your team hwcert-jenkins is subscribed to branch ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
diff --git a/ce-cert/ce-tf-agents-tel-l3.yaml b/ce-cert/ce-tf-agents-tel-l3.yaml
index 2316fb1..fac33e0 100644
--- a/ce-cert/ce-tf-agents-tel-l3.yaml
+++ b/ce-cert/ce-tf-agents-tel-l3.yaml
@@ -4,13 +4,13 @@ applications:
   agent-host-server-tel-l3:
     series: focal
     constraints: tags=cert-agent-host-tel-l3
-    charm: ../charms/testflinger-agent-host-charm
+    charm: testflinger-agent-host
     num_units: 1
     resources:
       ssh_priv_key: agent-host/id_rsa
       ssh_pub_key: agent-host/id_rsa.pub
   newparis001:
-    charm: ../charms/testflinger-agent-charm
+    charm: testflinger-agent
     num_units: 1
     resources:
       device_configfile: data-tel-l3/newparis001/default.yaml

Follow ups