diff --git a/.github/workflows/docker_build_push.yml b/.github/workflows/docker_build_push.yml index 1d5bd7d40..f2f441525 100644 --- a/.github/workflows/docker_build_push.yml +++ b/.github/workflows/docker_build_push.yml @@ -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/trigger-workflow-and-wait@v1.6.1 - 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