|
@@ -33,7 +33,7 @@ jobs:
|
|
|
runs-on: [ self-hosted, "${{ inputs.runner_label || 'auto-provisioned' }}", "${{ format('build-preset-{0}', inputs.build_preset || 'relwithdebinfo') }}" ]
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
ref: ${{ inputs.commit_sha }}
|
|
|
|
|
@@ -49,7 +49,6 @@ jobs:
|
|
|
build_target: ${{ inputs.build_target || 'ydb/apps/ydbd'}}
|
|
|
increment: false
|
|
|
run_tests: false
|
|
|
- test_retry_count: 1
|
|
|
put_build_results_to_cache: false
|
|
|
additional_ya_make_args: "-DDUMP_LINKER_MAP -DCOMPILER_TIME_TRACE --add-result .json"
|
|
|
secs: ${{ format('{{"TESTMO_TOKEN2":"{0}","AWS_KEY_ID":"{1}","AWS_KEY_VALUE":"{2}","REMOTE_CACHE_USERNAME":"{3}","REMOTE_CACHE_PASSWORD":"{4}"}}',
|