Merge "Modify KNI jobs to use ci in our internal repo"
authorEric Ball <eball@linuxfoundation.org>
Tue, 6 Aug 2019 16:53:16 +0000 (16:53 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Tue, 6 Aug 2019 16:53:16 +0000 (16:53 +0000)
jjb/ci-management/ci-packer.yaml
jjb/defaults.yaml
packer/vars/ubuntu-18.04-arm64.json [new file with mode: 0644]

index 4cb815e..2f00039 100644 (file)
@@ -34,6 +34,7 @@
     project: ci-management
     project-name: ci-management
     build-node: centos7-builder-2c-1g
+    build-timeout: 90
 
     templates: docker
     platforms:
index 4297d3c..61381d2 100644 (file)
@@ -14,3 +14,7 @@
     mvn-site-id: site
     nexus-snapshot-repo: snapshots
     staging-profile-id: a7925c009cb5d
+
+    # Sonarcloud
+    sonarcloud_project_organization: akraino-edge-stack
+    sonarcloud_api_token: 6864256050596cb8f0cb689d599687f5de46f414
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
new file mode 100644 (file)
index 0000000..791bfb3
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "arch": "arm64",
+  "base_image": "Ubuntu 18.04 LTS (arm64) [2018-04-29]",
+  "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh",
+  "distro": "Ubuntu 18.04",
+  "flavor": "v2-standard-1",
+  "source_ami_filter_name": "*ubuntu*16.04*",
+  "source_ami_filter_owner": "099720109477",
+  "ssh_user": "ubuntu",
+  "vm_use_block_storage": "true"
+}