Skip to content

Commit

Permalink
NDEV-3026 add new proxy to ci (#420)
Browse files Browse the repository at this point in the history
* fix PROXY_ENDPOINT

* fix RUN_LINK_REPO
  • Loading branch information
kristinaNikolaevaa authored May 16, 2024
1 parent 14b1617 commit 0adf434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_proxy_dispatches(self, proxy_branch, neon_evm_branch, github_sha, full_t
click.echo(f"Sent data: {data}")
click.echo(f"Status code: {response.status_code}")
if response.status_code != 204:
raise RuntimeError("proxy-model.py action is not triggered, error: {response.text}")
raise RuntimeError("Proxy action is not triggered, error: {response.text}")

@staticmethod
def is_branch_exist(endpoint, branch):
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:
DHUBU: ${{secrets.DHUBU}}
DHUBP: ${{secrets.DHUBP}}
IMAGE_NAME: ${{vars.IMAGE_NAME}}
PROXY_ENDPOINT: ${{vars.PROXY_ENDPOINT}}
PROXY_ENDPOINT: "https://api.github.com/repos/neonlabsorg/neon-proxy.py"
NEON_TESTS_ENDPOINT: ${{vars.NEON_TESTS_ENDPOINT}}
DOCKERHUB_ORG_NAME: ${{vars.DOCKERHUB_ORG_NAME}}
RUN_LINK_REPO: ${{vars.RUN_LINK_REPO}}
RUN_LINK_REPO: "neonlabsorg/neon-proxy.py"
BUILD_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

concurrency:
Expand Down

0 comments on commit 0adf434

Please sign in to comment.