diff --git a/.github/workflows/aggregate-ci.yml b/.github/workflows/aggregate-ci.yml index e24432a5d..88a19833b 100644 --- a/.github/workflows/aggregate-ci.yml +++ b/.github/workflows/aggregate-ci.yml @@ -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 diff --git a/.github/workflows/aggregate-deploy.yml b/.github/workflows/aggregate-deploy.yml index e7b42d8eb..c77da2b5e 100644 --- a/.github/workflows/aggregate-deploy.yml +++ b/.github/workflows/aggregate-deploy.yml @@ -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 diff --git a/.github/workflows/api-python-tests.yml b/.github/workflows/api-python-tests.yml index f7d44a199..7cf725d3f 100644 --- a/.github/workflows/api-python-tests.yml +++ b/.github/workflows/api-python-tests.yml @@ -17,7 +17,7 @@ on: jobs: tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: api/python diff --git a/.github/workflows/completeness.yml b/.github/workflows/completeness.yml index 8d7c3dded..0a480b128 100644 --- a/.github/workflows/completeness.yml +++ b/.github/workflows/completeness.yml @@ -6,7 +6,7 @@ on: jobs: freshness: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: ingestion/monitoring diff --git a/.github/workflows/curator-api-node.yml b/.github/workflows/curator-api-node.yml index ae53ff43a..d7f22b433 100644 --- a/.github/workflows/curator-api-node.yml +++ b/.github/workflows/curator-api-node.yml @@ -21,7 +21,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/curator-service-package.yml b/.github/workflows/curator-service-package.yml index 664612b42..c4e3d8fff 100644 --- a/.github/workflows/curator-service-package.yml +++ b/.github/workflows/curator-service-package.yml @@ -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/**" @@ -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/**" @@ -23,7 +23,7 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: packages: write contents: read diff --git a/.github/workflows/curator-ui-node.yml b/.github/workflows/curator-ui-node.yml index 2e5860662..844d31344 100644 --- a/.github/workflows/curator-ui-node.yml +++ b/.github/workflows/curator-ui-node.yml @@ -21,7 +21,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/data-service-node.yml b/.github/workflows/data-service-node.yml index 4b94a8db6..3209bef3e 100644 --- a/.github/workflows/data-service-node.yml +++ b/.github/workflows/data-service-node.yml @@ -21,7 +21,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/data-service-package.yml b/.github/workflows/data-service-package.yml index 6803b29b9..af7ebd290 100644 --- a/.github/workflows/data-service-package.yml +++ b/.github/workflows/data-service-package.yml @@ -3,7 +3,7 @@ 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/**" @@ -11,7 +11,7 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable', 'main-eu'] + branches: [main, '*-stable'] paths: - ".github/workflows/data-service-package.yml" - "data-serving/data-service/**" @@ -21,7 +21,7 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: packages: write contents: read diff --git a/.github/workflows/export-deploy.yml b/.github/workflows/export-deploy.yml index 63dbe4b4a..289fc8fbf 100644 --- a/.github/workflows/export-deploy.yml +++ b/.github/workflows/export-deploy.yml @@ -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 diff --git a/.github/workflows/export-tests.yml b/.github/workflows/export-tests.yml index dc54b1362..7ad612ae4 100644 --- a/.github/workflows/export-tests.yml +++ b/.github/workflows/export-tests.yml @@ -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 diff --git a/.github/workflows/freshness.yml b/.github/workflows/freshness.yml index 1a5311524..7582d2885 100644 --- a/.github/workflows/freshness.yml +++ b/.github/workflows/freshness.yml @@ -6,7 +6,7 @@ on: jobs: freshness: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: ingestion/monitoring diff --git a/.github/workflows/geocoding-service-package.yml b/.github/workflows/geocoding-service-package.yml index 7d6e4c0b1..c8f640631 100644 --- a/.github/workflows/geocoding-service-package.yml +++ b/.github/workflows/geocoding-service-package.yml @@ -3,7 +3,7 @@ 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/**" @@ -11,7 +11,7 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable', 'main-eu'] + branches: [main, '*-stable'] paths: - ".github/workflows/geocoding-service-package.yml" - "geocoding/location-service/**" @@ -21,7 +21,7 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: packages: write contents: read diff --git a/.github/workflows/geocoding-service-python.yml b/.github/workflows/geocoding-service-python.yml index 057b186c1..eca0743bc 100644 --- a/.github/workflows/geocoding-service-python.yml +++ b/.github/workflows/geocoding-service-python.yml @@ -17,7 +17,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: geocoding/location-service diff --git a/.github/workflows/ingestion-cleanup-deploy.yml b/.github/workflows/ingestion-cleanup-deploy.yml index 6f2895097..804f84047 100644 --- a/.github/workflows/ingestion-cleanup-deploy.yml +++ b/.github/workflows/ingestion-cleanup-deploy.yml @@ -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 diff --git a/.github/workflows/ingestion-functions-deploy.yml b/.github/workflows/ingestion-functions-deploy.yml index 0088f2488..e656df8aa 100644 --- a/.github/workflows/ingestion-functions-deploy.yml +++ b/.github/workflows/ingestion-functions-deploy.yml @@ -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/**' @@ -11,7 +11,7 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable', 'main-eu'] + branches: [main, '*-stable'] paths: - '.github/workflows/ingestion-functions-deploy.yml' - 'ingestion/functions/**' @@ -19,7 +19,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Configure AWS credentials diff --git a/.github/workflows/ingestion-functions-python.yml b/.github/workflows/ingestion-functions-python.yml index 93dcddd1a..8578e488b 100644 --- a/.github/workflows/ingestion-functions-python.yml +++ b/.github/workflows/ingestion-functions-python.yml @@ -20,7 +20,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: ingestion/functions diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 41aab2b0e..d28406606 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -26,7 +26,7 @@ on: jobs: integration-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: diff --git a/.github/workflows/kubemon.yml b/.github/workflows/kubemon.yml index c0a5e42f0..eee0395d0 100644 --- a/.github/workflows/kubemon.yml +++ b/.github/workflows/kubemon.yml @@ -14,7 +14,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: k8s/monitoring diff --git a/.github/workflows/monitoring-notify.yml b/.github/workflows/monitoring-notify.yml index 2532e6649..55ffffc5e 100644 --- a/.github/workflows/monitoring-notify.yml +++ b/.github/workflows/monitoring-notify.yml @@ -7,7 +7,7 @@ on: jobs: monitoring-notify: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: ingestion/monitoring diff --git a/.github/workflows/monitoring-tests.yml b/.github/workflows/monitoring-tests.yml index 5f066c53d..22ab945af 100644 --- a/.github/workflows/monitoring-tests.yml +++ b/.github/workflows/monitoring-tests.yml @@ -17,7 +17,7 @@ on: jobs: monitoring-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: ingestion/monitoring diff --git a/.github/workflows/prune-deploy.yml b/.github/workflows/prune-deploy.yml index 33a79c2e5..397e9beba 100644 --- a/.github/workflows/prune-deploy.yml +++ b/.github/workflows/prune-deploy.yml @@ -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 diff --git a/.github/workflows/prune-uploads-tests.yml b/.github/workflows/prune-uploads-tests.yml index 4d3360dab..2490d4a2f 100644 --- a/.github/workflows/prune-uploads-tests.yml +++ b/.github/workflows/prune-uploads-tests.yml @@ -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 diff --git a/.github/workflows/r-package.yml b/.github/workflows/r-package.yml index ae991bc6a..c1d13e2b6 100644 --- a/.github/workflows/r-package.yml +++ b/.github/workflows/r-package.yml @@ -13,7 +13,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: api/R diff --git a/.github/workflows/suggest-python.yml b/.github/workflows/suggest-python.yml index 3a561a85b..0571b8647 100644 --- a/.github/workflows/suggest-python.yml +++ b/.github/workflows/suggest-python.yml @@ -17,7 +17,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: working-directory: suggest/acronyms diff --git a/.github/workflows/update-dev-curator-db-schema.yml b/.github/workflows/update-dev-curator-db-schema.yml index e4f039bd3..e494cbde0 100644 --- a/.github/workflows/update-dev-curator-db-schema.yml +++ b/.github/workflows/update-dev-curator-db-schema.yml @@ -16,7 +16,7 @@ on: jobs: update-sources-data-dev: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout diff --git a/.github/workflows/update-prod-curator-db-schema.yaml b/.github/workflows/update-prod-curator-db-schema.yaml index 6ec8ecdcd..50bf40c89 100644 --- a/.github/workflows/update-prod-curator-db-schema.yaml +++ b/.github/workflows/update-prod-curator-db-schema.yaml @@ -16,7 +16,7 @@ on: jobs: update-sources-data: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout diff --git a/data-serving/data-service/package.json b/data-serving/data-service/package.json index b3244ab1f..26ec59994 100644 --- a/data-serving/data-service/package.json +++ b/data-serving/data-service/package.json @@ -24,7 +24,7 @@ "license": "MIT", "config": { "mongodbMemoryServer": { - "version": "latest" + "version": "5.0.8" } }, "devDependencies": { diff --git a/verification/curator-service/api/package.json b/verification/curator-service/api/package.json index d87e8a5c3..79ffbba6b 100644 --- a/verification/curator-service/api/package.json +++ b/verification/curator-service/api/package.json @@ -22,7 +22,7 @@ "license": "MIT", "config": { "mongodbMemoryServer": { - "version": "latest" + "version": "5.0.8" } }, "devDependencies": {