Skip to content

Commit

Permalink
Merge branch 'main' into multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
roehrich-hpe committed Mar 19, 2024
2 parents 75041a1 + 1ff8676 commit dfaeeb7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions testsuite/integration/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022 Hewlett Packard Enterprise Development LP
# Copyright 2022-2024 Hewlett Packard Enterprise Development LP
# Other additional copyright holders may be indicated within.
#
# The entirety of this work is licensed under the Apache License,
Expand All @@ -24,8 +24,8 @@ services:
image: local/integration-test:${TAG:-test}
build:
context: .
cache_from:
- "/tmp/.buildx-cache"
# cache_from:
# - local/integration-test:test
container_name: integration-test
privileged: true
hostname: integration-test
Expand All @@ -40,4 +40,4 @@ services:
networks:
default:
name: slurm_default
external: true
external: true
4 changes: 2 additions & 2 deletions testsuite/integration/kind/kind.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# Copyright 2022-2023 Hewlett Packard Enterprise Development LP
# Copyright 2022-2024 Hewlett Packard Enterprise Development LP
# Other additional copyright holders may be indicated within.
#
# The entirety of this work is licensed under the Apache License,
Expand Down Expand Up @@ -71,7 +71,7 @@ install_dependencies () {
prep_kubeconfig () {
set -e
cp ~/.kube/config kubeconfig
yq -i e '(.clusters | map(select(.name=="kind-dws")))[0].cluster.server |= "https://dws-control-plane:6443"' kubeconfig
KUBECONFIG=kubeconfig kubectl config set-cluster kind-dws --server https://dws-control-plane:6443
chmod a+r kubeconfig
KUBECONFIG=kubeconfig kubectl config use-context kind-dws
KUBECONFIG=kubeconfig kubectl config set-context --current --namespace=slurm
Expand Down
8 changes: 4 additions & 4 deletions testsuite/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest == 7
pytest-bdd == 6
pytest-html == 3
docker == 6
kubernetes >= 25.3
tenacity == 8
pytest-html == 4
docker == 7
kubernetes >= 27.2
tenacity == 8
6 changes: 3 additions & 3 deletions testsuite/integration/slurm/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022 Hewlett Packard Enterprise Development LP
# Copyright 2022-2024 Hewlett Packard Enterprise Development LP
# Other additional copyright holders may be indicated within.
#
# The entirety of this work is licensed under the Apache License,
Expand Down Expand Up @@ -57,8 +57,8 @@ services:
context: ../../submodules/slurm-docker-cluster
args:
SLURM_TAG: ${SLURM_TAG:-slurm-22-05-4-1}
cache_from:
- "/tmp/.buildx-cache"
#cache_from:
# - slurm-bb:slurm-22-05-4-1
command: ["slurmctld"]
container_name: slurmctld
hostname: slurmctld
Expand Down

0 comments on commit dfaeeb7

Please sign in to comment.