Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pipeline dependencies when building only A6 or A7 #11409

Merged
merged 2 commits into from
Mar 22, 2022

Conversation

albertvaka
Copy link
Contributor

What does this PR do?

Fixes the following errors on pipelines triggered with --major-versions 7:

  • 'docker_build_agent6_windows1809_core' job needs 'build_windows_container_entrypoint' job, but it was not added to the pipeline
  • 'docker_build_agent6_windows1909_core' job needs 'build_windows_container_entrypoint' job, but it was not added to the pipeline
  • 'docker_build_agent6_windows2004_core' job needs 'build_windows_container_entrypoint' job, but it was not added to the pipeline
  • 'docker_build_agent6_windows20h2_core' job needs 'build_windows_container_entrypoint' job, but it was not added to the pipeline
  • 'docker_build_agent6_windows2022_core' job needs 'build_windows_container_entrypoint' job, but it was not added to the pipeline

Fixes the following errors on pipelines triggered with --major-versions 6:

  • 'deploy_deb_testing-a7_arm64' job needs 'tests_deb-arm64-py2' job, but it was not added to the pipeline

@albertvaka albertvaka requested a review from a team as a code owner March 22, 2022 15:12
@albertvaka albertvaka added changelog/no-changelog [deprecated] team/agent-platform [deprecated] qa/skip-qa - use other qa/ labels [DEPRECATED] Please use qa/done or qa/no-code-change to skip creating a QA card labels Mar 22, 2022
@albertvaka albertvaka added this to the 7.36.0 milestone Mar 22, 2022
@albertvaka albertvaka merged commit a65cd37 into main Mar 22, 2022
@albertvaka albertvaka deleted the albertvaka/fix-ci-deps branch March 22, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog [deprecated] qa/skip-qa - use other qa/ labels [DEPRECATED] Please use qa/done or qa/no-code-change to skip creating a QA card [deprecated] team/agent-platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants