From 16e934779a6cec0751f110cd47fbcca291bdcf06 Mon Sep 17 00:00:00 2001 From: Uday Boppa Date: Tue, 14 Jul 2026 12:25:47 -0400 Subject: [PATCH] pipeline work 2 --- azure-pipelines-automated-testing-safeco.yml | 58 ------------------- ...l => azure-pipelines-automated-testing.yml | 0 2 files changed, 58 deletions(-) delete mode 100644 azure-pipelines-automated-testing-safeco.yml rename azure-pipelines-automated-testing-liberty.yml => azure-pipelines-automated-testing.yml (100%) diff --git a/azure-pipelines-automated-testing-safeco.yml b/azure-pipelines-automated-testing-safeco.yml deleted file mode 100644 index e895a296..00000000 --- a/azure-pipelines-automated-testing-safeco.yml +++ /dev/null @@ -1,58 +0,0 @@ -trigger: none -schedules: -- cron: 0 9 * * MON-FRI - always: true - displayName: Daily Test Automation Run for ISS-NextGen - branches: - include: - - develop -pool: 'Default' - -resources: - repositories: - - repository: AzureDevOps - type: github - name: Safelite/AzureDevOps - endpoint: Safelite - ref: refs/tags/t5.7.53 - -variables: - # - group: Digital-Infrastructure - # - group: ISS-BuildBranches - - group: SafelitePlaywright - - group: ISSNextgenAutomationPlaywright - - name: dockerImageName - value: 'playwright-tests' - - name: imageTag - value: '$(Build.BuildId)' - - name: totalShards - value: 4 - - name: IS_REGRESSION - value: 'true' - - name: JIRA_BOARD_ID - value: '853' - - name: JIRA_EPIC_KEY - value: 'INSR-414' - - name: JIRA_PROJECT_KEY - value: 'INSR' - -stages: - - stage: TestPr - displayName: Run Playwright Test - jobs: - - template: templates/digital/playwright-test.yml@AzureDevOps - parameters: - applicationType: 'vue' - totalShards: ${{ variables.totalShards }} - targetUrl: $(BASE_URL) - dockerFileName: 'Dockerfile.playwright' - isRegression: ${{ variables.IS_REGRESSION }} - filterTags: 'Safeco' - playwrightTestsPath: 'playwright-tests' - npmServePath: '.' - npmrcPath: 'playwright-tests/.npmrc' - secrets: - CCIS_API_AUTH: $(CCIS_API_AUTH) - JIRA_API_KEY: $(JIRA_API_KEY) - JIRA_USERNAME: $(JIRA_USERNAME) - JIRA_SERVER: $(JIRA_SERVER) \ No newline at end of file diff --git a/azure-pipelines-automated-testing-liberty.yml b/azure-pipelines-automated-testing.yml similarity index 100% rename from azure-pipelines-automated-testing-liberty.yml rename to azure-pipelines-automated-testing.yml