Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: remove k8s e2e workflow call (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
foo0x29a authored Sep 6, 2023
1 parent 631f168 commit cde93fa
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,6 @@ jobs:
docker compose -f tools/docker-compose.yml ps
docker compose -f tools/docker-compose.yml run --no-deps check
k8s_e2e:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
needs:
- docker
- docker_e2e
steps:
- name: Set environment
run: |
# It's fine to assume a single tag. Our tagging strategy follows a 1:1 mapping of image:tag
tags=${{ needs.docker.outputs.tags }}
echo "docker_tag=${tags#*:}" >> $GITHUB_ENV
shell: bash

- uses: convictional/[email protected]
with:
owner: toposware
repo: tce-k8s
github_token: ${{ secrets.ROBOT_TOPOSWARE_K8S_E2E_RW }}
workflow_file_name: test.yml
ref: main
wait_interval: 60
client_payload: '{ "git_commit": "${{ github.sha }}", "docker_tag": "${{ env.docker_tag }}" }'

frontend-erc20-e2e:
runs-on: ubuntu-latest
needs: docker
Expand Down

0 comments on commit cde93fa

Please sign in to comment.