From 3836b38e7af6cda926842956bda3a3d547a5c10b Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Wed, 15 Jan 2025 16:41:05 -0800 Subject: [PATCH 1/7] bump the macos version being utilized --- eng/pipelines/templates/variables/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/image.yml b/eng/pipelines/templates/variables/image.yml index 860a89cb4..f4fbf7687 100644 --- a/eng/pipelines/templates/variables/image.yml +++ b/eng/pipelines/templates/variables/image.yml @@ -15,7 +15,7 @@ variables: - name: WINDOWSVMIMAGE value: azsdk-pool-mms-win-2022-1espt - name: MACVMIMAGE - value: macOS-12 + value: macOS-14 # Values required for pool.os field in 1es pipeline templates - name: LINUXOS From d9024b9168c4147416f6b60108e928633c1a0050 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Fri, 17 Jan 2025 15:20:53 -0800 Subject: [PATCH 2/7] change xcode version to align with the xcode that is installed on macos-14 --- eng/pipelines/templates/variables/globals.yml | 4 ++-- eng/pipelines/templates/variables/image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index f73c6ee3b..92a568737 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -1,7 +1,7 @@ variables: - OSVmImage: 'macOS-12' + OSVmImage: 'macOS-latest' DocWardenVersion: '0.7.1' - XcodeVersion: '13.3' + XcodeVersion: '16.2' SimulatorVersion: '15.4' SimulatorDevice: 'iPhone 12 Pro Max' Package.EnableSBOMSigning: true diff --git a/eng/pipelines/templates/variables/image.yml b/eng/pipelines/templates/variables/image.yml index f4fbf7687..b165147fa 100644 --- a/eng/pipelines/templates/variables/image.yml +++ b/eng/pipelines/templates/variables/image.yml @@ -15,7 +15,7 @@ variables: - name: WINDOWSVMIMAGE value: azsdk-pool-mms-win-2022-1espt - name: MACVMIMAGE - value: macOS-14 + value: macOS-latest # Values required for pool.os field in 1es pipeline templates - name: LINUXOS From 00b6a8256813378221f2fe15230ec2122953d05b Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Fri, 17 Jan 2025 15:26:54 -0800 Subject: [PATCH 3/7] update the simulator version to one that aligns with xcode 16.2 --- eng/pipelines/templates/variables/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 92a568737..12970d581 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -2,6 +2,6 @@ variables: OSVmImage: 'macOS-latest' DocWardenVersion: '0.7.1' XcodeVersion: '16.2' - SimulatorVersion: '15.4' + SimulatorVersion: '18.2' SimulatorDevice: 'iPhone 12 Pro Max' Package.EnableSBOMSigning: true From 99122ffb9e7fffd9987fda6b7bf25d388e1e3bef Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Fri, 17 Jan 2025 16:01:47 -0800 Subject: [PATCH 4/7] update lint call to not include --path (implicit now). update target simulator device to iPhone 15 Pro Max --- eng/pipelines/templates/jobs/archetype-sdk-client.yml | 6 +++--- eng/pipelines/templates/variables/globals.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index e8a51c581..a5f408d74 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -153,13 +153,13 @@ jobs: brew install swiftlint case "${{parameters.BuildScheme}}" in all) - swiftlint lint --path . --quiet --reporter emoji + swiftlint lint --quiet --reporter emoji . ;; sdk|examples) - swiftlint lint --path ${{parameters.BuildScheme}} --quiet --reporter emoji + swiftlint lint --quiet --reporter emoji ${{parameters.BuildScheme}} ;; *) - swiftlint lint --path sdk/${{parameters.BuildScheme}} --quiet --reporter emoji + swiftlint lint --quiet --reporter emoji sdk/${{parameters.BuildScheme}} ;; esac displayName: 'Lint sources' diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 12970d581..c171528e3 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -3,5 +3,5 @@ variables: DocWardenVersion: '0.7.1' XcodeVersion: '16.2' SimulatorVersion: '18.2' - SimulatorDevice: 'iPhone 12 Pro Max' + SimulatorDevice: 'iPhone 15 Pro Max' Package.EnableSBOMSigning: true From 88ce03ec0be8a883110269954f81c780d919a3c1 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:29:11 -0800 Subject: [PATCH 5/7] Update eng/pipelines/templates/variables/globals.yml Co-authored-by: Luciano Almeida <100867762+lucianopa-msft@users.noreply.github.com> --- eng/pipelines/templates/variables/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index c171528e3..b8bf8516c 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -3,5 +3,5 @@ variables: DocWardenVersion: '0.7.1' XcodeVersion: '16.2' SimulatorVersion: '18.2' - SimulatorDevice: 'iPhone 15 Pro Max' + SimulatorDevice: 'iPhone 16 Pro Max' Package.EnableSBOMSigning: true From 0758e07b1921fa69d4d5963a4f008a03bf60a09c Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:29:52 -0800 Subject: [PATCH 6/7] Update eng/pipelines/templates/variables/globals.yml --- eng/pipelines/templates/variables/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index b8bf8516c..4420c70b1 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -1,5 +1,5 @@ variables: - OSVmImage: 'macOS-latest' + OSVmImage: 'macOS-15' DocWardenVersion: '0.7.1' XcodeVersion: '16.2' SimulatorVersion: '18.2' From 561404fc86b715432c1bccac448fc9c4ac5354ac Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:30:09 -0800 Subject: [PATCH 7/7] Update eng/pipelines/templates/variables/image.yml --- eng/pipelines/templates/variables/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/image.yml b/eng/pipelines/templates/variables/image.yml index b165147fa..5fc672cb5 100644 --- a/eng/pipelines/templates/variables/image.yml +++ b/eng/pipelines/templates/variables/image.yml @@ -15,7 +15,7 @@ variables: - name: WINDOWSVMIMAGE value: azsdk-pool-mms-win-2022-1espt - name: MACVMIMAGE - value: macOS-latest + value: macOS-15 # Values required for pool.os field in 1es pipeline templates - name: LINUXOS