File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ const PACKAGE_BUILD_VARIANTS = [
6161];
6262
6363const SMOKETEST_BUILD_VARIANTS = [
64- // {
65- // name: 'smoketest-ubuntu',
66- // display_name: 'Smoketest Ubuntu',
67- // run_on: 'ubuntu2004-large',
68- // depends_on: 'package-ubuntu',
69- // },
64+ {
65+ name: 'smoketest-ubuntu',
66+ display_name: 'Smoketest Ubuntu',
67+ run_on: 'ubuntu2004-large',
68+ depends_on: 'package-ubuntu',
69+ },
7070 {
7171 name: 'smoketest-windows',
7272 display_name: 'Smoketest Windows',
Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ buildvariants:
7676 - name : package-compass
7777 - name : package-compass-isolated
7878 - name : package-compass-readonly
79+ - name : smoketest-ubuntu-compass
80+ display_name : Smoketest Ubuntu (compass)
81+ run_on : ubuntu2004-large
82+ depends_on :
83+ - name : package-compass
84+ variant : package-ubuntu
85+ tasks :
86+ - name : smoketest-compass
7987 - name : smoketest-windows-compass
8088 display_name : Smoketest Windows (compass)
8189 run_on : windows-vsCurrent-large
Original file line number Diff line number Diff line change @@ -692,15 +692,15 @@ functions:
692692 npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=osx_dmg --tests=time-to-first-query
693693 fi
694694
695- # if [[ "$IS_UBUNTU" == "true" ]]; then
695+ if [[ "$IS_UBUNTU" == "true" ]]; then
696696 # TODO: linux_deb
697- # TODO: linux_tar
698- # fi
697+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package= linux_tar --tests=time-to-first-query
698+ fi
699699
700- # if [[ "$IS_RHEL" == "true" ]]; then
700+ if [[ "$IS_RHEL" == "true" ]]; then
701701 # TODO: linux_rpm
702- # TODO: rhel_tar
703- # fi
702+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=linux_tar --tests=time-to-first-query
703+ fi
704704
705705 test-web-sandbox :
706706 - command : shell.exec
You can’t perform that action at this time.
0 commit comments