From 2c53b984de4aee3e6b9efe971279fb518ac45128 Mon Sep 17 00:00:00 2001 From: aseemmankotia Date: Fri, 18 Jan 2019 14:14:32 -0500 Subject: [PATCH 1/3] Update appspec.yml change timeout value to 500 from 300 --- appspec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appspec.yml b/appspec.yml index 7f0cdf94d..2c3d44917 100644 --- a/appspec.yml +++ b/appspec.yml @@ -1,4 +1,4 @@ -version: 0.0 +version: 0.1 os: linux files: - source: /index.html @@ -6,13 +6,13 @@ files: hooks: BeforeInstall: - location: scripts/install_dependencies - timeout: 300 + timeout: 500 runas: root - location: scripts/start_server - timeout: 300 + timeout: 500 runas: root ApplicationStop: - location: scripts/stop_server - timeout: 300 + timeout: 500 runas: root From 7f0c1e0463c2283f351e6e6d488d0357f6dab6c9 Mon Sep 17 00:00:00 2001 From: aseemmankotia Date: Wed, 23 Jan 2019 13:41:07 -0500 Subject: [PATCH 2/3] Set up CI with Azure Pipelines --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..c23ced43c --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: 'Ubuntu-16.04' + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' From cddba1c3767306d88c7d2418437613f8c1a3cdd3 Mon Sep 17 00:00:00 2001 From: aseemmankotia Date: Wed, 30 Jan 2019 16:00:28 -0500 Subject: [PATCH 3/3] Create test --- test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 000000000..9daeafb98 --- /dev/null +++ b/test @@ -0,0 +1 @@ +test