Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Replace ubuntu-latest with ubuntu-18.04 tags now (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhuamazon committed Aug 11, 2020
1 parent a5e49d5 commit 3cc0b4b
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
plugin-availability-main:
name: Check Plugin Availability Main
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
Provision-Runners-RPM:
name: Provision-Runners-RPM
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand All @@ -24,7 +24,7 @@ jobs:
Test-DEB:
name: Test DEB upgrade
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Java
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
needs: [Test-RPM]
if: always()
name: CleanUp-Runners-RPM
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-sync-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Sync-AMI-Prod:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-sync-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Sync-Deb-Prod:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
container:
image: opendistroforelasticsearch/base-ubuntu
name: Sync Deb Artifacts to Prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-sync-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Sync-Tarball-Prod:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-sync-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Sync-Windows-Prod:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/staging-build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
plugin-availability:
name: Check Plugin Availability
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand All @@ -25,7 +25,7 @@ jobs:
build-es-artifacts:
needs: [plugin-availability]
name: Build ES Artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
container:
image: opendistroforelasticsearch/multijava08101112-git:v1
steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
build-kibana-artifacts:
needs: [plugin-availability]
name: Build Kibana Artifacts
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
container:
image: opendistroforelasticsearch/jsenv:v1
steps:
Expand All @@ -71,7 +71,7 @@ jobs:

sign-deb-artifacts:
needs: [build-es-artifacts, build-kibana-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
container:
image: opendistroforelasticsearch/base-ubuntu
steps:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
Build-ES-and-Kibana-Ubuntu-Docker:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Build ubuntu image for Sanity Testing
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

Test-ISM-NoSec:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-ISM-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
Test-ALERTING-NoSec:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-ALERTING-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
Test-SQL-NoSec:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-SQL-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
Test-KNN-NoSec:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-KNN-NoSec
strategy:
matrix:
Expand All @@ -294,7 +294,7 @@ jobs:
Test-AD-NoSec:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-AD-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
Test-SQL:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-SQL
strategy:
matrix:
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
Test-AD:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-AD
strategy:
matrix:
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:

Test-AD-KIBANA-NoSec:
needs: [sign-deb-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-AD-KIBANA-NoSec
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
java: [14]
name: Build ES Docker
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/staging-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
java: [14]
name: Build ES Docker
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

Test-ISM-NoSec:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-ISM-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
Test-ALERTING-NoSec:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-ALERTING-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
Test-SQL-NoSec:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-SQL-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
Test-KNN-NoSec:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-KNN-NoSec
strategy:
matrix:
Expand All @@ -258,7 +258,7 @@ jobs:
Test-AD-NoSec:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-AD-NoSec
strategy:
matrix:
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
Test-SQL:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-SQL
strategy:
matrix:
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
Test-AD:
needs: [build-es-docker]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Test-AD
strategy:
matrix:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/staging-build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
plugin-availability:
name: Check Plugin Availability
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand All @@ -25,7 +25,7 @@ jobs:
build-es-artifacts:
needs: [plugin-availability]
name: Build ES Artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
container:
image: opendistroforelasticsearch/multijava08101112-git:v1

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
build-kibana-artifacts:
needs: [plugin-availability]
name: Build Kibana Artifacts
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
container:
image: opendistroforelasticsearch/jsenv:v1
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
Build-ES-and-Kibana-Centos-Docker:
needs: [signing-artifacts]
runs-on: [ubuntu-latest]
runs-on: [ubuntu-18.04]
name: Build Centos image for Sanity Testing
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
Provision-Runners:
needs: [signing-artifacts]
name: Provision-Runners
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
needs: [Test-SQL, Test-AD, Test-ISM-NoSec, Test-ALERTING-NoSec, Test-SQL-NoSec, Test-KNN-NoSec, Test-AD-NoSec, Test-AD-KIBANA-NoSec]
if: always()
name: CleanUp-Runners
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Configure AWS Credentials
Expand Down
Loading

0 comments on commit 3cc0b4b

Please sign in to comment.