-
Notifications
You must be signed in to change notification settings - Fork 236
fix(ci): Make sure evergreen runs #2177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b0a5f01
fix(mongodb-security): Remove .eslintrc from .gitignore
gribnoysup 960733b
ci(monorepo): Use separate set of npm scripts for evergreen in hopes …
gribnoysup 7ad11cf
chore(@mongodb-js/compass-auto-updates): Update package-lock
gribnoysup eb2e09f
ci(monorepo): Do not upload monorepo to s3 with all deps installed
gribnoysup b237f4e
chore(monorepo): Do not print webpack progress so our CI logs are les…
gribnoysup 08db3cc
fix(@mongodb-js/compass-crud, @mongodb-js/compass-schema, mongodb-dat…
gribnoysup 708036b
chore(monorepo): Move download-akzidenz to top level and use make-fet…
gribnoysup f34c718
chore(monorepo): Pre-warm akzidenz cache before installing package deps
gribnoysup 0302aaf
fix(mongodb-compass): Add its own download font script to compass so …
gribnoysup ee0056c
fix(@mongodb-js/compass-export-to-language): Update package-lock.json
gribnoysup 56a9609
chore(@mongodb-js/compass-license, @mongodb-js/compass-plugin-info, @…
gribnoysup ffddf48
fix(hadron-react-utils): Ignore lib when linting
gribnoysup adedfc7
ci(monorepo): Other steps depend on save
gribnoysup ad688ef
ci(monorepo): Use 'oneshot' tasks for all variants
gribnoysup b68b0b2
ci(monorepo): Skip tests on rhel
gribnoysup 07de2db
fix(evergreen): Remove extraneous 'save on macos' for compass variations
gribnoysup 77bb543
test(hadron-module-cache): Increase test timeout
gribnoysup 11231d5
test(@mongodb-js/compass-import-export, electron-squirrel-startup, ha…
gribnoysup b945495
ci(monorepo): Try bigger machines
gribnoysup c5084c9
fix(ci): Only use double-quotes for eslint globs
gribnoysup beef67d
fix(ci): Do not try no install python gnome keyring on Ubuntu
gribnoysup ecf38f9
chore(monorepo): Add a script to quickly identify what tests are fail…
gribnoysup 736487c
test(monorepo): Bump timeout for all mocha test suites to 15s
gribnoysup 53cd435
fix(evergreen): Add an echo to empty if block
gribnoysup b45ed6a
ci(evergreem): Back to Ubuntu 14
gribnoysup 4a5d314
test(storage-mixin): Make sure that secure storage tests are running …
gribnoysup 101d3ad
test(storage-mixin): Use only one global temp keychain for the whole …
gribnoysup eaed9a3
test(hadron-plugin-manager): Escape file path so that regex works cor…
gribnoysup f83e02d
test(hadron-spectron): Maybe use virtual buffer when running tests fo…
gribnoysup 1d08d9e
chore(monorepo): Scope test/check/bootstrap back compass to unblock t…
gribnoysup 3714d8f
test(storage-mixin): Remove extraneous exec call
gribnoysup 8787074
ci(github): Disable GitHub Actions for now
gribnoysup File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,17 @@ jobs: | |
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 | ||
node-version: ^12.4.0 | ||
|
||
- name: Install Deps Ubuntu | ||
run: sudo apt-get -y install libkrb5-dev libsecret-1-dev net-tools libstdc++6 gnome-keyring | ||
# - name: Install Deps Ubuntu | ||
# run: sudo apt-get -y install libkrb5-dev libsecret-1-dev net-tools libstdc++6 gnome-keyring | ||
|
||
- name: Install Dependencies | ||
run: npm ci | ||
- name: Not Implemented | ||
run: echo "GitHub Actions workflows are disabled for now. To be fixed in https://jira.mongodb.org/browse/COMPASS-4788" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See also #2174 (comment). Opened a ticket for that https://jira.mongodb.org/browse/COMPASS-4788 |
||
|
||
- name: Run Checks | ||
run: npm run check | ||
# - name: Install Dependencies | ||
# run: npm ci | ||
|
||
- name: Run Tests | ||
run: npm run test | ||
# - name: Run Checks | ||
# run: npm run check | ||
|
||
# - name: Run Tests | ||
# run: npm run test |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened a ticket for that https://jira.mongodb.org/browse/COMPASS-4789