Skip to content

Commit

Permalink
change base and add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Dec 19, 2024
1 parent 1c7426b commit 07529f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build:
name: K8s-snap Integration Test
runs-on: ["self-hosted", "Linux", "AMD64", "jammy", "large"]
runs-on: self-hosted-linux-amd64-jammy-large

steps:
- name: Checking out repo
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
TEST_MIRROR_LIST: '[{"name": "ghcr.io", "port": 5000, "remote": "https://ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}, {"name": "docker.io", "port": 5001, "remote": "https://registry-1.docker.io", "username": "", "password": ""}, {"name": "rocks.canonical.com", "port": 5002, "remote": "https://rocks.canonical.com/cdk"}]'
run: |
git clone https://github.com/canonical/k8s-snap.git
cd k8s-snap/tests/integration && sg lxd -c 'tox -e integration'
cd k8s-snap/tests/integration && sg lxd -c 'tox -e integration -- --tags up_to_nightly'
- name: Prepare inspection reports
if: failure()
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:
name: K8s-snap Performance Test
runs-on: ubuntu-20.04
runs-on: self-hosted-linux-amd64-jammy-large
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
Expand Down

0 comments on commit 07529f3

Please sign in to comment.