From afc766624322c2a14b551a47146997f00403a8a5 Mon Sep 17 00:00:00 2001 From: sylwiaszunejko Date: Tue, 6 Aug 2024 13:28:30 +0200 Subject: [PATCH] Add github workflow running jenkins job This workflow pushes scylla-bench docker image using gocql version from the PR and triggers jenkins job that uses this image of scylla-bench. --- ...-ci-longevity-large-partition-asymmetric-cluster-3h-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extended-ci-longevity-large-partition-asymmetric-cluster-3h-test.yml b/.github/workflows/extended-ci-longevity-large-partition-asymmetric-cluster-3h-test.yml index 0338b203..81fa486d 100644 --- a/.github/workflows/extended-ci-longevity-large-partition-asymmetric-cluster-3h-test.yml +++ b/.github/workflows/extended-ci-longevity-large-partition-asymmetric-cluster-3h-test.yml @@ -41,7 +41,7 @@ jobs: - name: Build and push Scylla-bench Docker Image with gocql from PR run: | cd scylla-bench - GOCQL_REPO="${{ github.event.pull_request.head.repo.full_name }}" GOCQL_COMMIT_ID="${{ github.event.pull_request.head.ref }}" make build-with-custom-gocql-version + GOCQL_REPO="${{ github.event.pull_request.head.repo.full_name }}" GOCQL_VERSION="${{ github.event.pull_request.head.ref }}" make build-with-custom-gocql-version DOCKER_IMAGE_TAG="scylladb/gocql-extended-ci:scylla-bench-${{ github.event.pull_request.head.ref }}" make build-docker-image docker push "scylladb/gocql-extended-ci:scylla-bench-${NAME}"