Skip to content

michal really is impatient #3

michal really is impatient

michal really is impatient #3

# Run bundle integration tests
# This workflow has been separated from integrate.yaml due to the verbosity
# of the steps, as we have to manually configure the operator environment.
# This is a workaround that should be changed when the charmed-kubernetes/actions-operator
# works correctly on self hosted runners.
# TODO: move this workflow to canonical/charmed-kubeflow-workflows
name: Bundle integration tests actions operator
on:
workflow_call:
jobs:
test-bundle:
name: Bundle functional tests
runs-on: [self-hosted, linux, X64, jammy, two-xlarge]
timeout-minutes: 200
steps:
- uses: actions/checkout@v3

Check failure on line 18 in .github/workflows/bundle_test_actions_operator.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bundle_test_actions_operator.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.25-strict/stable
juju-channel: 3.1/stable
charmcraft-channel: latest/candidate
- name: echo
run: echo hello world
- name: microk8s status
run: microk8s status
- name: juju version
run: juju version