Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.95 KiB
Newer Older
  • Learn to ignore specific revisions
  • Rucha Deshpande's avatar
    Rucha Deshpande committed
    variables:
    
      OSDU_GCP_APPLICATION_NAME: os-register
      OSDU_GCP_VENDOR: gcp
      ENVIRONMENT: dev
      OSDU_GCP_SERVICE: register
      OSDU_GCP_ENV_VARS: GOOGLE_CLOUD_PROJECT=${OSDU_GCP_PROJECT},ENTITLEMENTS_API=${OSDU_GCP_ENTITLEMENTS_URL},GCLOUD_REGION=${OSDU_GCP_CLOUDRUN_REGION},STORAGE_API=${OSDU_GCP_STORAGE_URL},INTEGRATION_TEST_AUDIENCES=${GOOGLE_AUDIENCE},SUBSCRIBER_SECRET=${OSDU_GCP_SUBSCRIBER_SECRET},SUBSCRIBER_PRIVATE_KEY_ID=${OSDU_GCP_SUBSCRIBER_PRIVATE_KEY_ID},ENVIRONMENT=${ENVIRONMENT},CRON_JOB_EXPECTED_IP=${CRON_JOB_EXPECTED_IP},RECORDS_CHANGE_PUBSUB_ENDPOINT=${RECORDS_CHANGE_PUBSUB_ENDPOINT},SERVICE_IDENTITY=${SERVICE_IDENTITY}
    
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
      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
    
    
    Komal Makkar's avatar
    Komal Makkar committed
      AZURE_SERVICE: register
      AZURE_BUILD_SUBDIR: provider/register-azure
    
      AZURE_TEST_SUBDIR: testing/register-test-azure
    
    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"
    
    harshit aggarwal's avatar
    harshit aggarwal committed
      - project: "osdu/platform/ci-cd-pipelines"
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
        file: "scanners/gitlab-ultimate.yml"
    
    
      - project: 'osdu/platform/ci-cd-pipelines'
        file: 'cloud-providers/osdu-gcp-cloudrun.yml'
    
    
      - project: 'osdu/platform/ci-cd-pipelines'
        ref: master
    
    harshit aggarwal's avatar
    harshit aggarwal committed
        file: 'cloud-providers/azure.yml'
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
    
    # 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