Skip to content

Commit

Permalink
chore: Faster CI build. Fixes argoproj#8597 (argoproj#8598)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec authored May 3, 2022
1 parent ed351ff commit 7d3aad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 7d3aad8

Please sign in to comment.