Skip to content

Commit f6a1c53

Browse files
CI: Drop test_dist_linux_on_docker job (#16410)
`test_dist_linux_on_docker` is a heavy (30 minutes) job for little gain. We introduced a lighter smoke test in #16441. Ref crystal-lang/distribution-scripts#389
1 parent 13e9964 commit f6a1c53

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

.circleci/config.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -462,32 +462,6 @@ jobs:
462462
path: /tmp/workspace/build
463463
destination: dist_packages
464464

465-
test_dist_linux_on_docker:
466-
machine:
467-
image: default
468-
environment:
469-
<<: *env
470-
TRAVIS_OS_NAME: linux
471-
ARCH: x86_64
472-
ARCH_CMD: linux64
473-
resource_class: large
474-
steps:
475-
- attach_workspace:
476-
at: /tmp/workspace
477-
- run: |
478-
cd /tmp/workspace/distribution-scripts
479-
source ./build.env
480-
gunzip -c /tmp/workspace/build/docker-${CRYSTAL_VERSION}-ubuntu-x86_64-build.tar.gz | docker image load
481-
echo "export DOCKER_TEST_PREFIX=crystallang/crystal:${DOCKER_TAG}" >> $BASH_ENV
482-
- checkout
483-
- run: bin/ci prepare_system
484-
- run: echo 'export CURRENT_TAG="$CIRCLE_TAG"' >> $BASH_ENV
485-
- run: bin/ci prepare_build
486-
- run: bin/ci with_build_env 'shards --version'
487-
- run:
488-
command: bin/ci build
489-
no_output_timeout: 30m
490-
491465
workflows:
492466
version: 2
493467
release:
@@ -549,14 +523,10 @@ workflows:
549523
filters: *release
550524
requires:
551525
- dist_snap
552-
- test_dist_linux_on_docker:
553-
filters: *release
554-
requires:
555-
- dist_docker
556526
- publish_docker:
557527
filters: *release
558528
requires:
559-
- test_dist_linux_on_docker
529+
- dist_docker
560530
- dist_docs:
561531
filters: *release
562532
requires:
@@ -608,9 +578,6 @@ workflows:
608578
- publish_snap:
609579
requires:
610580
- dist_snap
611-
- test_dist_linux_on_docker:
612-
requires:
613-
- dist_docker
614581
- publish_docker:
615582
requires:
616583
- dist_docker

0 commit comments

Comments
 (0)