Skip to content

Commit

Permalink
Merge pull request #273 from im-practices/updateTemplatesToDynWindows…
Browse files Browse the repository at this point in the history
…Runner

Changed windows runners from legacy to dynamic runners
  • Loading branch information
danielle-casella-adams authored Aug 12, 2024
2 parents c057775 + d934c60 commit 78c468d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/im-deploy-iis-website.yml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/im-deploy-windows-files.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/im-deploy-windows-service.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/im-test-cypress.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -51,7 +51,7 @@ env:

jobs:
run-cypress:
runs-on: [self-hosted, windows-2019]
runs-on: im-windows-sql-server

defaults:
run:
Expand Down

0 comments on commit 78c468d

Please sign in to comment.