From 7d3aad81f029d22e9eef9b885bfa374b72e5ce23 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 3 May 2022 16:03:14 -0700 Subject: [PATCH] chore: Faster CI build. Fixes #8597 (#8598) Signed-off-by: Alex Collins --- .github/workflows/ci-build.yaml | 13 ++++++------- Dockerfile | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 0bf9a16ddc4a..fc1dbf0d890c 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -84,15 +84,10 @@ jobs: KUBECONFIG: /home/runner/.kubeconfig strategy: fail-fast: false - max-parallel: 4 matrix: include: - - test: test-java-sdk - profile: minimal - - test: test-python-sdk + - test: test-executor profile: minimal - - test: test-plugins - profile: plugins - test: test-functional profile: minimal - test: test-api @@ -103,7 +98,11 @@ jobs: profile: minimal - test: test-examples profile: minimal - - test: test-executor + - test: test-plugins + profile: plugins + - test: test-java-sdk + profile: minimal + - test: test-python-sdk profile: minimal steps: - uses: actions/checkout@v3 diff --git a/Dockerfile b/Dockerfile index 831fa3dc7a96..abc76457a3cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -98,7 +98,7 @@ COPY --from=argoexec-build /usr/local/bin/kubectl /bin/ COPY --from=argoexec-build /usr/local/bin/jq /bin/ COPY --from=argoexec-build /go/src/github.com/argoproj/argo-workflows/dist/argoexec /bin/ COPY --from=argoexec-build /etc/mime.types /etc/mime.types -COPY --from=argocli-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ +COPY --from=argoexec-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY hack/ssh_known_hosts /etc/ssh/ COPY hack/nsswitch.conf /etc/