File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 fdb :
33 container_name : fdb
4- image : foundationdb/foundationdb:7.3.68 # no avx
4+ image : foundationdb/foundationdb:7.3.69
55 platform : " linux/amd64"
66 environment :
77 FDB_COORDINATOR : fdb
@@ -10,7 +10,7 @@ services:
1010 FDB_PORT : 4500
1111 fdb_setup :
1212 container_name : fdb_setup
13- image : foundationdb/foundationdb:7.3.68 # no avx
13+ image : foundationdb/foundationdb:7.3.69
1414 environment :
1515 FDB_COORDINATOR : fdb
1616 FDB_COORDINATOR_PORT : 4500
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ test-conformance() {
3434 --network container:$( docker ps -q -f name=k3s) \
3535 -e " KUBECONFIG=/etc/rancher/k3s/k3s.yaml" \
3636 -e E2E_FOCUS=" sig-api-machinery" \
37- -e E2E_SKIP=" StorageVersionAPI|Slow| Flaky" \
37+ -e E2E_SKIP=" StorageVersionAPI|Flaky" \
3838 -e E2E_EXTRA_ARGS=" --ginkgo.fail-fast" \
3939 -v kubeconfig:/etc/rancher/k3s:ro \
4040 --entrypoint /usr/local/bin/kubeconformance \
You can’t perform that action at this time.
0 commit comments