Skip to content

Commit

Permalink
fix results gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed May 6, 2024
1 parent 2f5ac4b commit c60dc73
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,22 +321,20 @@ jobs:
- name: Build Server
run: |
docker version
if [ -z "$(docker images -q "project-faster/qpep-server:latest" 2> /dev/null)" ]; then
export GO_VERSION=${GO_VERSION}
export CMAKE_VERSION=${CMAKE_VERSION}
export GH_TOKEN=${GH_TOKEN}
export CACHE_KEY=${CACHE_KEY}
export QPEP_REPO=${QPEP_REPO}
export QPEP_BRANCH=${QPEP_BRANCH}
export QPEP_REV=${QPEP_REV}
export QPEP_CCA=${QPEP_CCA}
export QPEP_ADDRESS=${QPEP_ADDRESS}
export QPEP_BACKEND=${QPEP_BACKEND}
export QPEP_SLOWSTART=${QPEP_SLOWSTART}
export QPEP_GATEWAY=${QPEP_GATEWAY}
pushd docker/server-env/
docker compose build
fi
export GO_VERSION=${GO_VERSION}
export CMAKE_VERSION=${CMAKE_VERSION}
export GH_TOKEN=${GH_TOKEN}
export CACHE_KEY=${CACHE_KEY}
export QPEP_REPO=${QPEP_REPO}
export QPEP_BRANCH=${QPEP_BRANCH}
export QPEP_REV=${QPEP_REV}
export QPEP_CCA=${QPEP_CCA}
export QPEP_ADDRESS=${QPEP_ADDRESS}
export QPEP_BACKEND=${QPEP_BACKEND}
export QPEP_SLOWSTART=${QPEP_SLOWSTART}
export QPEP_GATEWAY=${QPEP_GATEWAY}
pushd docker/server-env/
docker compose build
- name: Build Data Server
run: |
Expand Down

0 comments on commit c60dc73

Please sign in to comment.