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

Remove da_ghc_lib job from CI #13949

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,8 @@ jobs:
fi
name: out

- template: da-ghc-lib/compile.yml
parameters:
final_job_name: da_ghc_lib

- job: Linux
dependsOn:
- da_ghc_lib
- check_for_release
- git_sha
variables:
Expand Down Expand Up @@ -112,7 +107,6 @@ jobs:

- job: macOS
dependsOn:
- da_ghc_lib
- check_for_release
- git_sha
timeoutInMinutes: 360
Expand Down Expand Up @@ -152,7 +146,6 @@ jobs:

- job: Windows
dependsOn:
- da_ghc_lib
- check_for_release
- git_sha
variables:
Expand Down Expand Up @@ -217,8 +210,6 @@ jobs:
- template: report-end.yml

- job: Linux_oracle
dependsOn:
- da_ghc_lib
timeoutInMinutes: 360
pool:
name: 'ubuntu_20_04'
Expand Down Expand Up @@ -357,7 +348,6 @@ jobs:

- job: compatibility_ts_libs
dependsOn:
- da_ghc_lib
- check_for_release
condition: and(succeeded(),
not(eq(dependencies.check_for_release.outputs['out.is_release'], 'true')))
Expand All @@ -375,7 +365,6 @@ jobs:

- job: compatibility_linux
dependsOn:
- da_ghc_lib
- check_for_release
- compatibility_ts_libs
timeoutInMinutes: 360
Expand Down
94 changes: 0 additions & 94 deletions ci/da-ghc-lib/compile.yml

This file was deleted.