Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Bedrock pipeline for integration tests is no longer handling white-listed toggling #857

@NathanielRose

Description

@NathanielRose

Describe the bug:
In the CI/CD pipeline for Bedrock, the integration tests are no longer being toggled based on PR diff between Master and head node.

To Reproduce:
Push PR to a subdirectory that triggers a respective test. The integration test will not be toggled.

Its set when the git diff for the PR is captured. In this commit. All tests are to run and its logged - https://dev.azure.com/epicstuff/bedrock/_build/results?buildId=8570&view=logs&j=cc158a69-e415-5d02-d514-691e0cc44014&t=0ddbddfe-67b7-538d-5060-0315564e27d5&l=41

Yet in the later stage the conditional env var set to Null

Evaluating: and(succeeded(), or(eq(variables['AZ_SIMPLE_TEST'], 'true'), eq(variables['ALL_IT_TESTS'], 'true')))

Does this require updates to documentation?:
No

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingeffort - S1-2 days effort

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions