Skip to content

Commit

Permalink
Dops 420 removed hardcode link to neon-tests runs (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
vodolaz authored and afalaleev committed Dec 6, 2023
1 parent 614b885 commit e6c6f84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github_api_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import click
import requests
import os

NEON_TESTS_ENDPOINT = "https://api.github.com/repos/neonlabsorg/neon-tests"
NEON_TESTS_ENDPOINT = os.environ.get("NEON_TESTS_ENDPOINT")


class GithubClient():
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ env:
IMAGE_NAME: ${{vars.IMAGE_NAME}}
NEON_TEST_INVOKE_PROGRAM_IMAGE: ${{vars.NEON_TEST_INVOKE_PROGRAM_IMAGE}}
NEON_TEST_RUN_LINK: ${{vars.NEON_TEST_RUN_LINK}}
NEON_TESTS_ENDPOINT: ${{vars.NEON_TESTS_ENDPOINT}}
TFSTATE_BUCKET: ${{vars.TFSTATE_BUCKET}}
TFSTATE_KEY_PREFIX: ${{vars.TFSTATE_KEY_PREFIX}}
TFSTATE_REGION: ${{vars.TFSTATE_REGION}}
Expand Down

0 comments on commit e6c6f84

Please sign in to comment.