diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2024-05-31 17:04:24 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2024-05-31 17:19:58 +0300 |
commit | 545ff2ebeef979842ac18896bfa01828efa8f1c2 (patch) | |
tree | 539d2e63f02ced517639777d21342c9d216b46d5 | |
parent | 4d40c0bf96929a420f1d7a8a3a4c527b46ce4aea (diff) | |
download | ydb-545ff2ebeef979842ac18896bfa01828efa8f1c2.tar.gz |
Remove checkout job from toolchain-registry projects
0b27f0b7396eefe88b791406529b86b14ac0289b
-rw-r--r-- | build/external_resources/gdb/a.yaml | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/build/external_resources/gdb/a.yaml b/build/external_resources/gdb/a.yaml index cb106731b7..caac74533e 100644 --- a/build/external_resources/gdb/a.yaml +++ b/build/external_resources/gdb/a.yaml @@ -4,7 +4,6 @@ service: buildroot shared: resource_path: &resource-path "build/external_resources/gdb/resources.json" input: &base-input - revision: ${tasks.checkout.result_output[0].string[0]} package: gdb/14 toolchain_name: gdb14 @@ -25,17 +24,13 @@ ci: flow: build-and-release-gdb flow-vars-ui: schema: - required: [revision, ix_revision] + required: [revision] type: object properties: revision: title: Repository revision (github.com/yandex/toolchains) type: string default: HEAD - ix_revision: - title: IX submodule revision (github.com/stal-ix/ix) - type: string - default: CURRENT platforms: title: Build only for particular platforms (comma separated) type: string @@ -50,16 +45,12 @@ ci: build-and-release-gdb: title: "Build and Release gdb14" jobs: - checkout: - title: Checkout IX submodule - task: projects/devtools/contrib/toolchain_registry/checkout - build: title: Build task: projects/devtools/contrib/toolchain_registry/build - needs: checkout input: <<: *base-input + revision: ${flow-vars.revision} resource_path: *resource-path particular_platforms: ${flow-vars.platforms} @@ -82,4 +73,5 @@ ci: needs: update-mapping input: <<: *base-input + revision: ${flow-vars.revision} pr_id: ${tasks.build.output_params.pr_id} |