Skip to content
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

ci: Pin Ubuntu release to 20.04 LTS #2686

Merged
merged 3 commits into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: data-serving/scripts/aggregate/aggregate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: api/python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/completeness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
freshness:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ingestion/monitoring
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curator-api-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/curator-service-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Curator Service Github Packages Push
on:
# Build whenever a PR is merged into the main branch.
push:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- ".github/workflows/curator-service-package.yml"
- "verification/curator-service/**"
Expand All @@ -12,7 +12,7 @@ on:
tags:
- "*"
workflow_dispatch:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- ".github/workflows/curator-service-package.yml"
- "verification/curator-service/**"
Expand All @@ -23,7 +23,7 @@ on:

jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curator-ui-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-service-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/data-service-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Data Service Github Packages Push
on:
# Build whenever a PR is merged into the main branch.
push:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- ".github/workflows/data-service-package.yml"
- "data-serving/data-service/**"
# Build whenever a new tag is created.
tags:
- "*"
workflow_dispatch:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- ".github/workflows/data-service-package.yml"
- "data-serving/data-service/**"
Expand All @@ -21,7 +21,7 @@ on:

jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: data-serving/scripts/export-data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freshness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
freshness:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ingestion/monitoring
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/geocoding-service-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Geocoding Service Github Packages Push
on:
# Build whenever a PR is merged into the main branch.
push:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- ".github/workflows/geocoding-service-package.yml"
- "geocoding/location-service/**"
# Build whenever a new tag is created.
tags:
- "*"
workflow_dispatch:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- ".github/workflows/geocoding-service-package.yml"
- "geocoding/location-service/**"
Expand All @@ -21,7 +21,7 @@ on:

jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/geocoding-service-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: geocoding/location-service
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-cleanup-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure AWS credentials
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ingestion-functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ingestion functions deploy

on:
push:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- '.github/workflows/ingestion-functions-deploy.yml'
- 'ingestion/functions/**'
Expand All @@ -11,15 +11,15 @@ on:
tags:
- "*"
workflow_dispatch:
branches: [main, '*-stable', 'main-eu']
branches: [main, '*-stable']
paths:
- '.github/workflows/ingestion-functions-deploy.yml'
- 'ingestion/functions/**'
- '!ingestion/functions/README.md'

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-functions-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ingestion/functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
integration-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: k8s/monitoring
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitoring-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
monitoring-notify:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ingestion/monitoring
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitoring-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
monitoring-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ingestion/monitoring
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune-uploads-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: data-serving/scripts/prune-uploads
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: api/R
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/suggest-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: suggest/acronyms
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dev-curator-db-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
update-sources-data-dev:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-prod-curator-db-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
update-sources-data:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion data-serving/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"config": {
"mongodbMemoryServer": {
"version": "latest"
"version": "5.0.8"
}
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion verification/curator-service/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"config": {
"mongodbMemoryServer": {
"version": "latest"
"version": "5.0.8"
}
},
"devDependencies": {
Expand Down