From cc482dd479cd5dd476ec101406bddcab0ccad607 Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Tue, 7 Jul 2020 18:56:39 +0500 Subject: [PATCH 1/2] oakbani/hook-fps --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73018dc09..8f59e4868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ after_failure: stages: - 'Lint markdown files' - 'Integration tests' + - 'Production tests' - 'Test' jobs: @@ -61,8 +62,9 @@ jobs: script: - mdspell -a -n -r --en-us '**/*.md' after_success: skip - - - stage: 'Integration tests' + + - &integrationtest + stage: 'Integration tests' addons: srcclr: true merge_mode: replace @@ -76,3 +78,10 @@ jobs: script: - $HOME/travisci-tools/trigger-script-with-status-update.sh after_success: travis_terminate 0 + + - <<: *integrationtest + stage: 'Production tests' + env: + SDK=java + SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH + FULLSTACK_TEST_REPO=ProdTesting From d269cd0832e808d4cec75332e1e7321782a13a7b Mon Sep 17 00:00:00 2001 From: msohailhussain Date: Wed, 15 Jul 2020 16:03:07 -0700 Subject: [PATCH 2/2] changed stage name --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4217d3ae..1573c09bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ after_failure: stages: - 'Lint markdown files' - 'Integration tests' - - 'Production tests' + - 'Full stack production tests' - 'Test' - 'Source Clear' @@ -67,7 +67,7 @@ jobs: after_success: travis_terminate 0 - <<: *integrationtest - stage: 'Production tests' + stage: 'Full stack production tests' env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH