Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2022-07-24 06:24:28 +0300
committerGitHub <noreply@github.com>2022-07-24 06:24:28 +0300
commit9d6396deb02161f5ee47af72ccac52c2e1bae458 (patch)
tree0b850a272bfcdbe773c8e262b99ca29655e6bea1 /eng/pipelines
parentf0e7a686df57fc68fe3de496f9e78a55679987aa (diff)
Fix typos (#72709)
Diffstat (limited to 'eng/pipelines')
-rw-r--r--eng/pipelines/common/evaluate-paths-job.yml4
-rw-r--r--eng/pipelines/common/templates/runtimes/build-test-job.yml2
-rw-r--r--eng/pipelines/common/templates/runtimes/run-test-job.yml2
-rw-r--r--eng/pipelines/coreclr/gc-simulator.yml4
-rw-r--r--eng/pipelines/coreclr/templates/build-jit-job.yml2
-rw-r--r--eng/pipelines/coreclr/templates/build-job.yml2
-rwxr-xr-xeng/pipelines/evaluate-changed-paths.sh2
-rw-r--r--eng/pipelines/global-build.yml4
-rw-r--r--eng/pipelines/mono/update-machine-certs.ps12
-rw-r--r--eng/pipelines/runtime-official.yml4
10 files changed, 14 insertions, 14 deletions
diff --git a/eng/pipelines/common/evaluate-paths-job.yml b/eng/pipelines/common/evaluate-paths-job.yml
index 309ab4b2e0e..42f8549cbb7 100644
--- a/eng/pipelines/common/evaluate-paths-job.yml
+++ b/eng/pipelines/common/evaluate-paths-job.yml
@@ -9,7 +9,7 @@ parameters:
# Will only include paths specified in the list.
# 3. exclude + include:
# 1st we evaluate changes for all paths except ones in excluded list. If we can't find
- # any applicable changes like that, then we evaluate changes for incldued paths
+ # any applicable changes like that, then we evaluate changes for included paths
# if any of these two finds changes, then a variable will be set to true.
# In order to consume this variable you need to reference it via: $[ dependencies.evaluate_paths.outputs['SetPathVars_<subset>.containschange'] ]
#
@@ -40,7 +40,7 @@ jobs:
- ${{ each path in parameters.paths }}:
- template: evaluate-changed-paths.yml
parameters:
- subsetName: ${{ path.subset }}
+ subsetName: ${{ path.subset }}
arguments:
# The commit that we're building is always a merge commit that is merging into the target branch.
# So the first parent of the commit is on the target branch and the second parent is on the source branch.
diff --git a/eng/pipelines/common/templates/runtimes/build-test-job.yml b/eng/pipelines/common/templates/runtimes/build-test-job.yml
index c25353378cf..764446c77e8 100644
--- a/eng/pipelines/common/templates/runtimes/build-test-job.yml
+++ b/eng/pipelines/common/templates/runtimes/build-test-job.yml
@@ -83,7 +83,7 @@ jobs:
- ${{ if and(eq(parameters.osGroup, 'Linux'), eq(parameters.osSubgroup, '_musl'), eq(parameters.archType, 'x64')) }}:
- name: compilerArg
value: ''
- # AppleClang has different version scheme, so we let complier introspection pick up the available clang from PATH
+ # AppleClang has different version scheme, so we let compiler introspection pick up the available clang from PATH
- ${{ if eq(parameters.osGroup, 'OSX') }}:
- name: compilerArg
value: ''
diff --git a/eng/pipelines/common/templates/runtimes/run-test-job.yml b/eng/pipelines/common/templates/runtimes/run-test-job.yml
index d977f6c692e..fdad46255cc 100644
--- a/eng/pipelines/common/templates/runtimes/run-test-job.yml
+++ b/eng/pipelines/common/templates/runtimes/run-test-job.yml
@@ -270,7 +270,7 @@ jobs:
- ${{ if eq(parameters.runtimeFlavor, 'mono') }}:
- # We need to explictly download CoreCLR for Mono
+ # We need to explicitly download CoreCLR for Mono
- template: /eng/pipelines/common/download-artifact-step.yml
parameters:
unpackFolder: $(coreClrProductRootFolderPath)
diff --git a/eng/pipelines/coreclr/gc-simulator.yml b/eng/pipelines/coreclr/gc-simulator.yml
index bade23db69e..b8e6d69e13a 100644
--- a/eng/pipelines/coreclr/gc-simulator.yml
+++ b/eng/pipelines/coreclr/gc-simulator.yml
@@ -15,7 +15,7 @@ jobs:
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
buildConfig: release
platforms:
- # disable Linux x64 for now untill OOMs are resolved.
+ # disable Linux x64 for now until OOMs are resolved.
# - Linux_x64
- Linux_arm64
- windows_x64
@@ -39,7 +39,7 @@ jobs:
jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
buildConfig: release
platforms:
- # disable Linux x64 for now untill OOMs are resolved.
+ # disable Linux x64 for now until OOMs are resolved.
# - Linux_x64
- Linux_arm64
- windows_x64
diff --git a/eng/pipelines/coreclr/templates/build-jit-job.yml b/eng/pipelines/coreclr/templates/build-jit-job.yml
index be357eeb8bf..bdd1a29ac8b 100644
--- a/eng/pipelines/coreclr/templates/build-jit-job.yml
+++ b/eng/pipelines/coreclr/templates/build-jit-job.yml
@@ -62,7 +62,7 @@ jobs:
- ${{ if and(eq(parameters.osGroup, 'Linux'), eq(parameters.osSubgroup, '_musl'), eq(parameters.archType, 'x64')) }}:
- name: compilerArg
value: ''
- # AppleClang has different version scheme, so we let complier introspection pick up the available clang from PATH
+ # AppleClang has different version scheme, so we let compiler introspection pick up the available clang from PATH
- ${{ if eq(parameters.osGroup, 'OSX') }}:
- name: compilerArg
value: ''
diff --git a/eng/pipelines/coreclr/templates/build-job.yml b/eng/pipelines/coreclr/templates/build-job.yml
index 0b258b5ed7a..a226e0fd35e 100644
--- a/eng/pipelines/coreclr/templates/build-job.yml
+++ b/eng/pipelines/coreclr/templates/build-job.yml
@@ -97,7 +97,7 @@ jobs:
- ${{ if and(eq(parameters.osGroup, 'Linux'), eq(parameters.osSubgroup, '_musl'), eq(parameters.archType, 'x64')) }}:
- name: compilerArg
value: ''
- # AppleClang has different version scheme, so we let complier introspection pick up the available clang from PATH
+ # AppleClang has different version scheme, so we let compiler introspection pick up the available clang from PATH
- ${{ if eq(parameters.osGroup, 'OSX') }}:
- name: compilerArg
value: ''
diff --git a/eng/pipelines/evaluate-changed-paths.sh b/eng/pipelines/evaluate-changed-paths.sh
index ee9ae31a336..b145f39c6dd 100755
--- a/eng/pipelines/evaluate-changed-paths.sh
+++ b/eng/pipelines/evaluate-changed-paths.sh
@@ -7,7 +7,7 @@ Scenarios:
Will only include paths specified in the list.
3. exclude + include:
1st we evaluate changes for all paths except ones in excluded list. If we can not find
- any applicable changes like that, then we evaluate changes for incldued paths
+ any applicable changes like that, then we evaluate changes for included paths
if any of these two finds changes, then a variable will be set to true.
In order to consume this variable in a yaml pipeline, reference it via: $[ dependencies.<JobName>.outputs["<StepName>_<subset>.containschange"] ]
diff --git a/eng/pipelines/global-build.yml b/eng/pipelines/global-build.yml
index 60e1a4bffbf..83e8580068a 100644
--- a/eng/pipelines/global-build.yml
+++ b/eng/pipelines/global-build.yml
@@ -74,7 +74,7 @@ jobs:
timeoutInMinutes: 90
#
-# Build with RuntimeFlavor only. This excercise code paths where only RuntimeFlavor is
+# Build with RuntimeFlavor only. This exercise code paths where only RuntimeFlavor is
# specified. Catches cases where we depend on Configuration also being specified
#
- template: /eng/pipelines/common/platform-matrix.yml
@@ -90,7 +90,7 @@ jobs:
timeoutInMinutes: 90
#
-# Build Mono + Libraries. This excercises the code path where we build libraries without
+# Build Mono + Libraries. This exercises the code path where we build libraries without
# first building CoreCLR
#
- template: /eng/pipelines/common/platform-matrix.yml
diff --git a/eng/pipelines/mono/update-machine-certs.ps1 b/eng/pipelines/mono/update-machine-certs.ps1
index 508f7dde205..21c3da4eac6 100644
--- a/eng/pipelines/mono/update-machine-certs.ps1
+++ b/eng/pipelines/mono/update-machine-certs.ps1
@@ -14,7 +14,7 @@ Try {
$ValidTo = [datetime]::Parse($Cert.GetExpirationDatestring())
- Write-Host "`nConnection Successfull" -ForegroundColor DarkGreen
+ Write-Host "`nConnection Successful" -ForegroundColor DarkGreen
Write-Host "Website: $WebsiteURL"
}
Catch { Throw $_ }
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index 8d883b357c3..d011ddb32f2 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -19,7 +19,7 @@ trigger:
- THIRD-PARTY-NOTICES.TXT
# This is an official pipeline that should not be triggerable from a PR,
-# there is no public pipeline assosiated with it.
+# there is no public pipeline associated with it.
pr: none
variables:
@@ -177,7 +177,7 @@ stages:
runtimeVariant: multithread
extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
extraStepsParameters:
- name: MonoRuntimePacks
+ name: MonoRuntimePacks
# Build Mono AOT offset headers once, for consumption elsewhere
#