PMM-9951 moving integration tests to push

pull/259/head
puneet0191 2022-06-09 18:23:50 +05:30
parent 3d64931192
commit ced7aef0e4
4 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ jobs:
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
- name: Run PMM & PGSM Setup, E2E Tests
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11 --pgstat-monitor-branch=${{ github.head_ref }}
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11
- name: Get PMM-Agent Logs from the Container
if: success() || failure() # run this step even if previous step failed

View File

@ -1,5 +1,5 @@
name: postgresql-12-pmm-integration
on: pull_request
on: push
jobs:
build:
@ -18,7 +18,7 @@ jobs:
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
- name: Run PMM & PGSM Setup, E2E Tests
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=12 --pgstat-monitor-branch=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=12
- name: Get PMM-Agent Logs from the Container
if: success() || failure() # run this step even if previous step failed

View File

@ -1,5 +1,5 @@
name: postgresql-13-pmm-integration
on: pull_request
on: push
jobs:
build:
@ -18,7 +18,7 @@ jobs:
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
- name: Run PMM & PGSM Setup, E2E Tests
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=13 --pgstat-monitor-branch=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=13
- name: Get PMM-Agent Logs from the Container
if: success() || failure() # run this step even if previous step failed

View File

@ -1,5 +1,5 @@
name: postgresql-14-pmm-integration
on: pull_request
on: push
jobs:
build:
@ -18,7 +18,7 @@ jobs:
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
- name: Run PMM & PGSM Setup, E2E Tests
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=14 --pgstat-monitor-branch=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=14
- name: Get PMM-Agent Logs from the Container
if: success() || failure() # run this step even if previous step failed