aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-07-01 12:11:20 +0200
committerGitHub <noreply@github.com>2024-07-01 12:11:20 +0200
commit88e58ec4047785f0649908f0ac9c905fcbc18b1a (patch)
treebb62f5565597b3bad29553e998456164680c3dc7 /.github
parentada37609c99f06f79c332b81643e66112e9c1a18 (diff)
downloadydb-88e58ec4047785f0649908f0ac9c905fcbc18b1a.tar.gz
Label postcommit for postcommit workflows (#6121)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/postcommit_asan.yml2
-rw-r--r--.github/workflows/postcommit_cmakebuild.yml2
-rw-r--r--.github/workflows/postcommit_relwithdebinfo.yml4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/postcommit_asan.yml b/.github/workflows/postcommit_asan.yml
index 0bec63178d..f35c9f4d8b 100644
--- a/.github/workflows/postcommit_asan.yml
+++ b/.github/workflows/postcommit_asan.yml
@@ -12,7 +12,7 @@ on:
jobs:
build_and_test:
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_asan == true}}
- runs-on: [ self-hosted, auto-provisioned, build-preset-release-asan ]
+ runs-on: [ self-hosted, auto-provisioned, build-preset-release-asan, postcommit ]
name: Build and test release-asan
steps:
- name: Checkout
diff --git a/.github/workflows/postcommit_cmakebuild.yml b/.github/workflows/postcommit_cmakebuild.yml
index 7141ba9e2a..e741cff1be 100644
--- a/.github/workflows/postcommit_cmakebuild.yml
+++ b/.github/workflows/postcommit_cmakebuild.yml
@@ -11,7 +11,7 @@ jobs:
name: Build and test cmake
uses: ./.github/workflows/build_and_test_provisioned.yml
with:
- runner_label: auto-provisioned
+ runner_label: auto-provisioned, postcommit
run_unit_tests: false
run_functional_tests: false
secrets: inherit
diff --git a/.github/workflows/postcommit_relwithdebinfo.yml b/.github/workflows/postcommit_relwithdebinfo.yml
index 7b865f8287..646feb84de 100644
--- a/.github/workflows/postcommit_relwithdebinfo.yml
+++ b/.github/workflows/postcommit_relwithdebinfo.yml
@@ -11,7 +11,7 @@ on:
jobs:
build_and_test:
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_relwithdebinfo == true}}
- runs-on: [ self-hosted, auto-provisioned, build-preset-relwithdebinfo ]
+ runs-on: [ self-hosted, auto-provisioned, build-preset-relwithdebinfo, postcommit ]
name: Build and test relwithdebinfo
steps:
- name: Checkout
@@ -35,4 +35,4 @@ jobs:
secs: ${{ format('{{"TESTMO_TOKEN2":"{0}","AWS_KEY_ID":"{1}","AWS_KEY_VALUE":"{2}","REMOTE_CACHE_USERNAME":"{3}","REMOTE_CACHE_PASSWORD":"{4}"}}',
secrets.TESTMO_TOKEN2, secrets.AWS_KEY_ID, secrets.AWS_KEY_VALUE, secrets.REMOTE_CACHE_USERNAME, secrets.REMOTE_CACHE_PASSWORD ) }}
vars: ${{ format('{{"AWS_BUCKET":"{0}","AWS_ENDPOINT":"{1}","REMOTE_CACHE_URL":"{2}","TESTMO_URL":"{3}","TESTMO_PROJECT_ID":"{4}"}}',
- vars.AWS_BUCKET, vars.AWS_ENDPOINT, vars.REMOTE_CACHE_URL_YA, vars.TESTMO_URL, vars.TESTMO_PROJECT_ID ) }} \ No newline at end of file
+ vars.AWS_BUCKET, vars.AWS_ENDPOINT, vars.REMOTE_CACHE_URL_YA, vars.TESTMO_URL, vars.TESTMO_PROJECT_ID ) }}