Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): use fcli to run nox #1097

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
134 changes: 0 additions & 134 deletions .github/e2e/docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5050_1"
nox-image: "docker.fluence.dev/nox:renovate-avm_4905_1"
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:

env:
FORCE_COLOR: true
NOX_IMAGE: "${{ inputs.nox-image }}"
FLUENCE_ENV: "${{ inputs.fluence-env }}"
FCLI_V_NOX: "${{ inputs.nox-image }}"

jobs:
aqua:
Expand Down Expand Up @@ -64,16 +64,16 @@ jobs:
repository: fluencelabs/aqua
ref: ${{ inputs.ref }}

- name: Pull nox image
run: docker pull $NOX_IMAGE

- name: Run nox
uses: isbang/compose-action@v1.5.1
- name: Setup fcli
uses: fluencelabs/setup-fluence@v1
with:
compose-file: ".github/e2e/docker-compose.yml"
down-flags: "--volumes"
artifact: fcli
version: unstable

- name: Run nox network
run: fluence local up

- name: Cache Scala
- name: Cache Sc
uses: coursier/cache-action@v6

- name: Setup Scala
Expand Down
Loading