Skip to content

Speed up BBS e2e tests by reducing repo migrations #115

Speed up BBS e2e tests by reducing repo migrations

Speed up BBS e2e tests by reducing repo migrations #115

Triggered via pull request December 5, 2025 19:11
Status Cancelled
Total duration 58m 3s
Artifacts 16

integration-tests.yml

on: pull_request
Matrix: build-for-e2e-test
Matrix: e2e-test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 35 warnings
e2e-test (windows-latest, BbsGithubMultipart)
Process completed with exit code 1.
e2e-test (macos-latest, Github)
Process completed with exit code 1.
e2e-test (macos-latest, AdoCsv)
Process completed with exit code 1.
e2e-test (macos-latest, AdoBasic)
Process completed with exit code 1.
e2e-test (windows-latest, BbsAzureWindows)
Process completed with exit code 1.
e2e-test (macos-latest, BbsAwsLinux)
The run was canceled by @brianaj.
e2e-test (macos-latest, BbsAwsLinux)
The operation was canceled.
e2e-test (ubuntu-latest, BbsAzureLinux)
The run was canceled by @brianaj.
e2e-test (ubuntu-latest, BbsAzureLinux)
The operation was canceled.
e2e-test (ubuntu-latest, BbsGithubStorage)
The run was canceled by @brianaj.
e2e-test (ubuntu-latest, BbsGithubStorage)
The operation was canceled.
Integration Tests
The run was canceled by @brianaj.
build-for-e2e-test (macos-latest): src/Octoshift/Services/GenericArgsBinder.cs#L21
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The generic parameter 'TArgs' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build-for-e2e-test (macos-latest): src/Octoshift/Services/GenericArgsBinder.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The generic parameter 'TCommand' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build-for-e2e-test (macos-latest): src/Octoshift/Extensions/CommandExtensions.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
build-for-e2e-test (macos-latest): src/Octoshift/Extensions/AssemblyExtensions.cs#L13
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
build-for-e2e-test (ubuntu-latest): src/Octoshift/Services/GenericArgsBinder.cs#L21
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The generic parameter 'TArgs' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build-for-e2e-test (ubuntu-latest): src/Octoshift/Services/GenericArgsBinder.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The generic parameter 'TCommand' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build-for-e2e-test (ubuntu-latest): src/Octoshift/Extensions/CommandExtensions.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
build-for-e2e-test (ubuntu-latest): src/Octoshift/Extensions/AssemblyExtensions.cs#L13
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
build-for-e2e-test (windows-latest): src/Octoshift/Services/GenericArgsBinder.cs#L21
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The generic parameter 'TArgs' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build-for-e2e-test (windows-latest): src/Octoshift/Services/GenericArgsBinder.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The generic parameter 'TCommand' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build-for-e2e-test (windows-latest): src/Octoshift/Extensions/CommandExtensions.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
build-for-e2e-test (windows-latest): src/Octoshift/Extensions/AssemblyExtensions.cs#L13
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
e2e-test (windows-latest, BbsGithubMultipart): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (macos-latest, Github): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (ubuntu-latest, Github): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (windows-latest, Github): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (macos-latest, AdoCsv): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (ubuntu-latest, AdoBasic): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (macos-latest, AdoBasic): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (ubuntu-latest, AdoCsv): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (ubuntu-latest, Ghes): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (windows-latest, AdoCsv): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (windows-latest, AdoBasic): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (macos-latest, Ghes): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (windows-latest, Ghes): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (windows-latest, BbsAzureWindows)
No files were found with the provided path: dist/**/*.log. No artifacts will be uploaded.
e2e-test (windows-latest, BbsAzureWindows): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (macos-latest, BbsAwsLinux)
No files were found with the provided path: dist/**/*.log. No artifacts will be uploaded.
e2e-test (macos-latest, BbsAwsLinux): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (ubuntu-latest, BbsAzureLinux)
No files were found with the provided path: dist/**/*.log. No artifacts will be uploaded.
e2e-test (ubuntu-latest, BbsAzureLinux)
Could not find any files for **/*-tests.xml
e2e-test (ubuntu-latest, BbsAzureLinux): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
e2e-test (ubuntu-latest, BbsGithubStorage)
No files were found with the provided path: dist/**/*.log. No artifacts will be uploaded.
e2e-test (ubuntu-latest, BbsGithubStorage)
Could not find any files for **/*-tests.xml
e2e-test (ubuntu-latest, BbsGithubStorage): src/OctoshiftCLI.IntegrationTests/BbsAzureWindowsToGithub.cs#L16
Unused field 'SSH_KEY_FILE' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)

Artifacts

Produced during runtime
Name Size Digest
binaries-macos-latest
51.6 MB
sha256:c2f02d6ecac607da5c041119a71a0acb3f6cac59595f550ef9400f3e205fc32b
binaries-ubuntu-latest
51.9 MB
sha256:01ee4130b192a7659f97e642065e017aafd18a05b5a52f24833083b8f4e9c5b5
binaries-windows-latest
51.7 MB
sha256:dc1df7f0e21115aac561c86e83dc0e4dce50f535c7fd3bc9fec0549402ea48ae
integration-test-logs-AdoBasic-macos-latest
95.5 KB
sha256:29b40d6a41b5922b6e98d77f12a47bb98fb3aecc8a97e7d7bda427344a9d7d73
integration-test-logs-AdoBasic-ubuntu-latest
119 KB
sha256:80b78f84e957f9f33d11dcb0304434f3225d98d8a4290b79ab0786e819e839d9
integration-test-logs-AdoBasic-windows-latest
121 KB
sha256:0b258c73729da641b8369bdc5e9979fdc1f8130e892e23c4b2614d2bc4af1ce6
integration-test-logs-AdoCsv-macos-latest
103 KB
sha256:94fbb5f93d96cd5c46f567a8b83ea30ac37d1c9b1fd3e6f6ebf6850178c0b5c9
integration-test-logs-AdoCsv-ubuntu-latest
128 KB
sha256:e30b104e58fae354df44ac38415cfa84226d332a6691401bd5b12008661345a8
integration-test-logs-AdoCsv-windows-latest
129 KB
sha256:42171ed61e99c452198d760e36664fd3a8e56076d588f0c74ce98d0e16c3515b
integration-test-logs-BbsGithubMultipart-windows-latest
4.25 KB
sha256:b6c83581565e776cd8e839849931eecf0d784e324b27355202feaba4bb305eb4
integration-test-logs-Ghes-macos-latest
99.3 KB
sha256:2853362e5d5c7df1b6906b892741838167d824b373209efc48dbc71954913c65
integration-test-logs-Ghes-ubuntu-latest
97.1 KB
sha256:439c97ef3ab23541eafc4de7988ee5173aed5db16f886587defb4834e110e43c
integration-test-logs-Ghes-windows-latest
106 KB
sha256:43efd43bc532204538c354c4d37915fa0166446d491aa3dd9e2c4f7d52c7532b
integration-test-logs-Github-macos-latest
27.2 KB
sha256:b02e4c2e50d6bf0258fb708f05fc8b9eb8c05501ec6074cc7fd07af78719c3dd
integration-test-logs-Github-ubuntu-latest
32.6 KB
sha256:21ebe7c4b3663760070988bed6ab6100cd0a8468adaa309bc6b45022e8c78d8a
integration-test-logs-Github-windows-latest
32.2 KB
sha256:26fd7fdd66ce0ba96d935989e04b125fac92cc43117baea2bd0b27e4bd9d3587