Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,8 @@ jobs:
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
if: always()

- name: Prune Docker images over 1 week old
# May fail if another prune is running
run: sudo docker image prune --force --filter until=168h || true
if: always()
12 changes: 6 additions & 6 deletions terraform/aio/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ Apply the changes:

terraform apply -auto-approve

Use the ci-aio environment:

.. code-block:: console

export KAYOBE_ENVIRONMENT=ci-aio

Write Terraform outputs to a Kayobe config file:

.. code-block:: console
Expand Down Expand Up @@ -152,6 +146,12 @@ Build a Kayobe image:

sudo DOCKER_BUILDKIT=1 docker build --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .

Use the ci-aio environment:

.. code-block:: console

export KAYOBE_ENVIRONMENT=ci-aio

Set the Kayobe Vault password env var:

.. code-block:: console
Expand Down