envoyproxy/gateway

CI: use built image for conformance tests

Open

#683 aberto em 2 de nov. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Go (802 forks)auto 404
area/cihelp wanted

Métricas do repositório

Stars
 (2.871 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description:

Right now, our CI builds a Docker image twice -- once as part of the make conformance task, and once as part of the Docker build/push steps. We should de-dupe this so we build the image once, use it to run conformance, and then push that same image to Docker Hub if it's a push build.

Guia do colaborador