Skip to content

[DPE-3075] Fix rock entry point and documentation for MongoDB 6 #122

[DPE-3075] Fix rock entry point and documentation for MongoDB 6

[DPE-3075] Fix rock entry point and documentation for MongoDB 6 #122

Workflow file for this run

name: Operator Tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yaml
integration:
runs-on: ubuntu-latest
timeout-minutes: 120
needs: build
strategy:
matrix:
env: [integration, ha-integration, tls-integration]
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: "1.27-strict/stable"
bootstrap-constraints: "cores=2 mem=2G"
juju-channel: 3.1/stable
# This is needed until
# https://bugs.launchpad.net/juju/+bug/1977582 is fixed
bootstrap-options: "--agent-version 3.1.5"
- name: Pin charmcraft version
run: |
sudo snap refresh --channel=2.2 charmcraft
- name: Install rockcraft
run: |
sudo snap install rockcraft --classic
- uses: actions/download-artifact@v3
with:
name: mongodb-rock
- name: Install tox
run: python3 -m pip install tox
- name: Integration Tests
run: sg snap_microk8s -c "tox -e ${{ matrix.env }}"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
if: {{ failure() }}

Check failure on line 54 in .github/workflows/integration.yaml

View workflow run for this annotation

GitHub Actions / Operator Tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration.yaml (Line: 54, Col: 13): A mapping was not expected