Skip to content

Commit

Permalink
refactor(services/dashmap): migrate to test planner (#3396)
Browse files Browse the repository at this point in the history
* refactor(services/dashmap): migrate to test planner

* chore(services/memcached): update docker services name
  • Loading branch information
G-XD authored Oct 26, 2023
1 parent 9c6ba2d commit dc08c88
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 58 deletions.
27 changes: 27 additions & 0 deletions .github/services/dashmap/dashmap/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: dashmap
description: 'Behavior test for Dashmap'

runs:
using: "composite"
steps:
- name: Setup
shell: bash
run: |
echo "OPENDAL_DASHMAP_ROOT=${{ runner.temp }}/" >> $GITHUB_ENV
57 changes: 0 additions & 57 deletions .github/workflows/service_test_dashmap.yml

This file was deleted.

2 changes: 1 addition & 1 deletion fixtures/memcached/docker-compose-memcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: '3.8'

services:
redis:
memcached:
image: bitnami/memcached
environment:
# memcache's max item size is 1MiB, But opendal's behavior tests
Expand Down

0 comments on commit dc08c88

Please sign in to comment.