Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs/+git/cert-juju:server-add-whomp 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/434367 Add "whomp" to the server cert agents -- Your team Canonical Hardware Certification is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs/+git/cert-juju:server-add-whomp into ~canonical-hw-cert/hwcert-jenkins-jobs/+git/cert-juju:master.
diff --git a/server-cert/data/whomp/default.yaml b/server-cert/data/whomp/default.yaml new file mode 100644 index 0000000..a1ea675 --- /dev/null +++ b/server-cert/data/whomp/default.yaml @@ -0,0 +1,9 @@ +device_ip: 10.245.130.53 +node_id: 8pk6f8 +node_name: whomp +maas_user: server-cert +agent_name: whomp +env: + HEXR_DEVICE_SECURE_ID: GnZzh78ERa5eQ7Xyo9yPfP + DEVICE_IP: 10.245.130.53 + TEST_TARGET_IPERF: 10.1.11.230,10.1.11.235,10.1.11.231,10.1.11.236,10.245.128.3 diff --git a/server-cert/data/whomp/testflinger-agent.conf b/server-cert/data/whomp/testflinger-agent.conf new file mode 100644 index 0000000..b2c6768 --- /dev/null +++ b/server-cert/data/whomp/testflinger-agent.conf @@ -0,0 +1,19 @@ +agent_id: whomp +server_address: https://testflinger.canonical.com +global_timeout: 172800 +output_timeout: 43200 + +execution_basedir: /home/ubuntu/testflinger/whomp/run +logging_basedir: /home/ubuntu/testflinger/whomp/logs +results_basedir: /home/ubuntu/testflinger/whomp/results +logging_level: DEBUG +# logging_quiet: True +job_queues: + - whomp + +setup_command: tf-setup +provision_command: tf-provision +test_command: tf-test +reserve_command: tf-reserve +cleanup_command: tf-cleanup +provision_type: maas2 diff --git a/server-cert/server-cert-agents.yaml b/server-cert/server-cert-agents.yaml index dc0e7da..910a0dc 100644 --- a/server-cert/server-cert-agents.yaml +++ b/server-cert/server-cert-agents.yaml @@ -505,4 +505,12 @@ applications: resources: testflinger_agent_configfile: data/boshi/testflinger-agent.conf device_configfile: data/boshi/default.yaml + whomp: + charm: ../charms/testflinger-agent-charm + num_units: 1 + to: + - server-cert-agent-host + resources: + testflinger_agent_configfile: data/whomp/testflinger-agent.conf + device_configfile: data/whomp/default.yaml
-- Mailing list: https://launchpad.net/~canonical-hw-cert Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-hw-cert More help : https://help.launchpad.net/ListHelp

