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

DEVPROD-10420: do not link patch_optional dependencies for alias versions #8348

Merged
Prev Previous commit
Next Next commit
Revert self-tests back to original
  • Loading branch information
Kimchelly committed Sep 26, 2024
commit 1e33e52e8a82444c931ddc08228ce2afb278801f
10 changes: 0 additions & 10 deletions self-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,14 +536,6 @@ tasks:
- <<: *run-go-test-suite
tags: ["nodb", "test"]
name: test-util
depends_on:
- name: kim-patch-optional
patch_optional: true
- name: kim-patch-optional
commands:
- command: shell.exec
params:
script: echo hello world
- <<: *run-go-test-suite-with-mongodb
tags: ["db", "test"]
name: test-validator
Expand Down Expand Up @@ -820,7 +812,6 @@ buildvariants:
- name: "js-test"
- name: generate-api-docs
- name: write-downstream-expansions-for-pine
- name: kim-patch-optional

- name: race-detector
display_name: Race Detector
Expand All @@ -836,7 +827,6 @@ buildvariants:
test_timeout: 15m
tasks:
- name: ".test"
- name: kim-patch-optional

- name: ubuntu2004-container
display_name: Ubuntu 20.04 (Container)
Expand Down