Skip to content

Commit

Permalink
Remove da_ghc_lib job from CI (#13949)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbley-da authored May 23, 2022
1 parent 46641db commit 1343dcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
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.

0 comments on commit 1343dcd

Please sign in to comment.