Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.02 KiB
Newer Older
  • Learn to ignore specific revisions
  • Rucha Deshpande's avatar
    Rucha Deshpande committed
    variables:
      AWS_BUILD_SUBDIR: provider/register-aws/build-aws
      AWS_TEST_SUBDIR: testing/register-test-aws
      AWS_SERVICE: register
      AWS_ENVIRONMENT: dev
    
    Anuj Gupta's avatar
    Anuj Gupta committed
      IBM_BUILD_SUBDIR: provider/register-ibm
      IBM_INT_TEST_SUBDIR: testing/register-test-ibm
    
    
    David Diederich's avatar
    David Diederich committed
    include:
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "standard-setup.yml"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "build/maven.yml"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "scanners/fossa.yml"
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "cloud-providers/gcp.yml"
    
    David Diederich's avatar
    David Diederich committed
    
      - project: 'osdu/platform/ci-cd-pipelines'
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
        file: 'cloud-providers/aws.yml'
    
    
    Anuj Gupta's avatar
    Anuj Gupta committed
      - project: "osdu/platform/ci-cd-pipelines"
        file: "cloud-providers/ibm.yml"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "scanners/gitlab-ultimate.yml"
    
    
    # disable the eslint scanner
    # I think this is being generated from the presence of an HTML file, but there
    # is no javascript to scan, so the job isn't helpful and just gets in the way
    eslint-sast:
      rules:
        - when: never