Skip to content

Commit

Permalink
Adjust smokes to new var
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvna committed Feb 9, 2024
1 parent 5524e6d commit 80e02c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
ALLURE_PROJECT_ID: ${{ steps.secrets.outputs.ALLURE_PROJECT_ID }}
ALLURE_ENVIRONMENT_ARCH: ${{ matrix.ARCH }}
ALLURE_UPLOAD_REPORT: true
TEST_RC: 'True'
NODE_VERSION: '4.10.1' # tmp hardcode now for rc
run: make ${{ matrix.case }}

scan:
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
NODE_BASE_URL: http://node
HOSTNAME_OLD_NODE: smoke-tests-old-node
ALLURE_ENVIRONMENT_ARCH: ${ALLURE_ENVIRONMENT_ARCH}
TEST_RC: ${TEST_RC}
NODE_VERSION: ${NODE_VERSION}
ALLURE_PROJECT_ID: ${ALLURE_PROJECT_ID}
ALLURE_TOKEN: ${ALLURE_TOKEN}
ALLURE_ENDPOINT: ${ALLURE_ENDPOINT}
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
NODE_BASE_URL: http://node
HOSTNAME_OLD_NODE: smoke-tests-old-node
ALLURE_ENVIRONMENT_ARCH: ${ALLURE_ENVIRONMENT_ARCH}
TEST_RC: ${TEST_RC}
NODE_VERSION: ${NODE_VERSION}
ALLURE_PROJECT_ID: ${ALLURE_PROJECT_ID}
ALLURE_TOKEN: ${ALLURE_TOKEN}
ALLURE_ENDPOINT: ${ALLURE_ENDPOINT}
Expand Down

0 comments on commit 80e02c6

Please sign in to comment.