From 2d9d8edef08f85c40c8506e557ccc65ace42ac7b Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Thu, 2 Jul 2020 13:38:09 +0300 Subject: [PATCH] set jobs --- .travis.yml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a122fb5ec6..4b0ccdbaf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,34 +31,61 @@ jobs: include: - name: "Build Community" stage: Build AGS - + script: + - echo "Build Community" - name: "Build Enterprise" stage: Build AGS + script: + - echo "Build Enterprise" - name: "Benchmark" stage: Build AGS + script: + - echo "Benchmark" - name: "Community Integrations Tests on MySQL" stage: Tests + script: + - echo "Community Integrations Tests on MySQL" - name: "Enterprise Integrations Tests on MySQL" stage: Tests + script: + - echo "Enterprise Integrations Tests on MySQL" - name: "Community Rest API Tests" stage: Tests + script: + - echo "Community Rest API Tests" - name: "Enterprise Rest API Tests" stage: Tests + script: + - echo "Enterprise Rest API Tests" - name: "Community UI Tests ..." stage: Tests + script: + - echo "Community UI Tests ..." - name: "Enterprise UI Tests ..." stage: Tests + script: + - echo "Enterprise UI Tests ..." - name: "Source Clear Scan (SCA)" stage: Security Scans + script: + - echo "Source Clear Scan (SCA)" - name: "Static Analysis (SAST)" stage: Security Scans + script: + - echo "Static Analysis (SAST)" - name: "Community Release" stage: Release + script: + - echo "Community Release" - name: "Enterprise Release" stage: Release + script: + - echo "Enterprise Release" - name: "Copy to S3 Release Bucket" stage: Publish + script: + - echo "Copy to S3 Release Bucket"