From ad06c76d4e19c941390140c252356e6b98a6ba33 Mon Sep 17 00:00:00 2001 From: Brill Date: Mon, 12 Aug 2024 13:54:39 -0400 Subject: [PATCH 1/2] Changed windows runners from legacy to dynamic runners --- workflow-templates/im-deploy-iis-website.yml | 2 +- workflow-templates/im-deploy-windows-files.yml | 2 +- workflow-templates/im-deploy-windows-service.yml | 2 +- workflow-templates/im-test-cypress.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workflow-templates/im-deploy-iis-website.yml b/workflow-templates/im-deploy-iis-website.yml index 24bdf33f..02dd1b05 100644 --- a/workflow-templates/im-deploy-iis-website.yml +++ b/workflow-templates/im-deploy-iis-website.yml @@ -218,7 +218,7 @@ jobs: deploy-site-to-machine: needs: [set-vars, stakeholder-approval, attestor-approval] - runs-on: [self-hosted, windows-2019] # In order to use WinRM this must remain as a windows runner + runs-on: im-windows # In order to use WinRM this must remain as a windows runner environment: ${{ inputs.environment }} # Use inputs context because env context is not available to 'environment:' strategy: diff --git a/workflow-templates/im-deploy-windows-files.yml b/workflow-templates/im-deploy-windows-files.yml index f02fbfb0..03ab22ce 100644 --- a/workflow-templates/im-deploy-windows-files.yml +++ b/workflow-templates/im-deploy-windows-files.yml @@ -113,7 +113,7 @@ jobs: needs: | - stakeholder-approval - attestor-approval - runs-on: [self-hosted, windows-2019] # In order to use WinRM this must remain as a windows runner + runs-on: im-windows # In order to use WinRM this must remain as a windows runner environment: ${{ inputs.environment }} # Use inputs context because env context is not available to environment: env: diff --git a/workflow-templates/im-deploy-windows-service.yml b/workflow-templates/im-deploy-windows-service.yml index 5e88ffd5..b3257e5b 100644 --- a/workflow-templates/im-deploy-windows-service.yml +++ b/workflow-templates/im-deploy-windows-service.yml @@ -182,7 +182,7 @@ jobs: - set-vars - stakeholder-approval - attestor-approval - runs-on: [self-hosted, windows-2019] # In order to use WinRM this must remain as a windows runner + runs-on: im-windows # In order to use WinRM this must remain as a windows runner environment: ${{ inputs.environment }} # Use inputs context because env context is not available to environment: strategy: diff --git a/workflow-templates/im-test-cypress.yml b/workflow-templates/im-test-cypress.yml index ae5b4069..83448c60 100644 --- a/workflow-templates/im-test-cypress.yml +++ b/workflow-templates/im-test-cypress.yml @@ -51,7 +51,7 @@ env: jobs: run-cypress: - runs-on: [self-hosted, windows-2019] + runs-on: im-windows-sql-server defaults: run: From d934c6052e54c57dc87bf924c39a91d93952db69 Mon Sep 17 00:00:00 2001 From: Brill Date: Mon, 12 Aug 2024 14:08:33 -0400 Subject: [PATCH 2/2] Update version --- workflow-templates/im-deploy-iis-website.yml | 2 +- workflow-templates/im-deploy-windows-files.yml | 2 +- workflow-templates/im-deploy-windows-service.yml | 2 +- workflow-templates/im-test-cypress.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workflow-templates/im-deploy-iis-website.yml b/workflow-templates/im-deploy-iis-website.yml index 02dd1b05..9a8da658 100644 --- a/workflow-templates/im-deploy-iis-website.yml +++ b/workflow-templates/im-deploy-iis-website.yml @@ -1,4 +1,4 @@ -# Workflow Code: FuzzyDragon_v48 DO NOT REMOVE +# Workflow Code: FuzzyDragon_v49 DO NOT REMOVE # Purpose: # Gathers various stakeholder and attestor approvals, downloads artifacts from a release # with the specified tags, makes changes to any configuration files for the specified environments, diff --git a/workflow-templates/im-deploy-windows-files.yml b/workflow-templates/im-deploy-windows-files.yml index 03ab22ce..92ee7631 100644 --- a/workflow-templates/im-deploy-windows-files.yml +++ b/workflow-templates/im-deploy-windows-files.yml @@ -1,4 +1,4 @@ -# Workflow Code: MysteriousStranger_v18 DO NOT REMOVE +# Workflow Code: MysteriousStranger_v19 DO NOT REMOVE # Purpose: # Gathers various stakeholder and attestor approvals, downloads artifacts from a release with the # specified tags, makes changes to any configuration files for the specified environments, stops diff --git a/workflow-templates/im-deploy-windows-service.yml b/workflow-templates/im-deploy-windows-service.yml index b3257e5b..d0d5502f 100644 --- a/workflow-templates/im-deploy-windows-service.yml +++ b/workflow-templates/im-deploy-windows-service.yml @@ -1,4 +1,4 @@ -# Workflow Code: MaterialVolcano_v42 DO NOT REMOVE +# Workflow Code: MaterialVolcano_v43 DO NOT REMOVE # Purpose: # Gathers various stakeholder and attestor approvals, downloads artifacts from a release with the # specified tags, makes changes to any configuration files for the specified environments, stops diff --git a/workflow-templates/im-test-cypress.yml b/workflow-templates/im-test-cypress.yml index 83448c60..d159d0ee 100644 --- a/workflow-templates/im-test-cypress.yml +++ b/workflow-templates/im-test-cypress.yml @@ -1,4 +1,4 @@ -# Workflow Code: SurprisedHedgehog_v21 DO NOT REMOVE +# Workflow Code: SurprisedHedgehog_v22 DO NOT REMOVE # Purpose: # Runs the Cypress script specified in the workflow when commits # are pushed to the PR or when someone kicks it off manually.