File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -512,6 +512,22 @@ steps:
512
512
../scripts/cleanup_vms.sh 'splitserver_([0-9]+)'
513
513
go test -v -timeout=30m ./splitserver_test.go -ci -local
514
514
cp ./coverage.out /tmp/artifacts/split-coverage.out
515
+
516
+ - name : test-e2e-upgradecluster
517
+ depends_on :
518
+ - build-e2e-image
519
+ image : test-e2e
520
+ pull : never
521
+ resources :
522
+ cpu : 6000
523
+ memory : 10Gi
524
+ environment :
525
+ E2E_REGISTRY : ' true'
526
+ E2E_GOCOVER : ' true'
527
+ commands :
528
+ - mkdir -p dist/artifacts
529
+ - cp /tmp/artifacts/* dist/artifacts/
530
+ - tests/e2e/scripts/drone_registries.sh
515
531
- |
516
532
if [ "$DRONE_BUILD_EVENT" = "pull_request" ]; then
517
533
cd ../upgradecluster
@@ -529,19 +545,18 @@ steps:
529
545
E2E_RELEASE_CHANNEL=$UPGRADE_CHANNEL go test -v -timeout=45m ./upgradecluster_test.go -ci -local -ginkgo.v
530
546
cp ./coverage.out /tmp/artifacts/upgrade-coverage.out
531
547
fi
532
-
533
548
volumes :
534
549
- name : libvirt
535
550
path : /var/run/libvirt/
536
551
- name : docker
537
552
path : /var/run/docker.sock
538
553
- name : cache
539
554
path : /tmp/artifacts
540
-
541
555
- name : upload to codecov
542
556
depends_on :
543
557
- test-e2e-validatecluster
544
558
- test-e2e-splitserver
559
+ - test-e2e-upgrade
545
560
image : robertstettner/drone-codecov
546
561
settings :
547
562
token :
You can’t perform that action at this time.
0 commit comments