File tree Expand file tree Collapse file tree
.github/workflows/ado/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ stages:
9696 echo "##[endgroup]"
9797 echo "##[warning]Specs are not up to date. Ignoring until main branch is updated and stable."
9898 # TODO: Re-enabled failing once specs in the main branch are updated and stable.
99- # ADO task:
10099 # exit 1
101100 fi
102101 displayName: "Verify rendered specs are up to date"
@@ -174,13 +173,14 @@ stages:
174173 --build-reason "$BUILD_REASON" \
175174 --components "$COMPONENTS" \
176175 --source-commit "$SOURCE_COMMIT" \
177- --target-commit "$TARGET_COMMIT" \
178176 --repo-uri "$UPSTREAM_REPO_URL"
179177 env :
180178 API_AUDIENCE : $(ApiAudience)
181179 API_BASE_URL : $(ApiBaseUrl)
182180 BUILD_REASON : $(Build.Reason)
183181 COMPONENTS : $(components)
184182 SOURCE_COMMIT : $(sourceCommit)
183+ # Target commit is not used. Will be needed once we move detection of affected components to CT.
184+ # ADO task: https://dev.azure.com/mariner-org/mariner/_workitems/edit/18816
185185 TARGET_COMMIT : $(targetCommit)
186186 UPSTREAM_REPO_URL : $(Build.Repository.Uri)
You can’t perform that action at this time.
0 commit comments