Skip to content

Commit

Permalink
Remove ciMate (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Dec 29, 2020
1 parent 87da74e commit 30f399e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 60 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ jobs:
- checkout
- run:
command: ./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
- run:
name: aggregate test reports with ciMate
when: always
environment:
CIMATE_PROJECT_ID: 2348n4vl
command: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"
- run:
name: Save test results
command: |
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/ci-docker-wormhole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,3 @@ jobs:
-w "$PWD" \
openjdk:8-jdk-alpine \
./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
- name: aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: 2348n4vl
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"
10 changes: 0 additions & 10 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,3 @@ jobs:
working-directory: ./examples/
run: |
./gradlew --no-daemon --continue --scan --info ${{matrix.gradle_args}}
- name: Aggregate Examples test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: 2348n4vl
CIMATE_CI_KEY: "Examples / ${{ runner.os }} / ${{matrix.gradle_args}}"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"
10 changes: 0 additions & 10 deletions .github/workflows/ci-rootless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,3 @@ jobs:
DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock docker info || ls -la $XDG_RUNTIME_DIR
- name: Build with Gradle
run: ./gradlew --no-daemon --scan testcontainers:test --tests '*GenericContainerRuleTest'
- name: aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: 2348n4vl
CIMATE_CI_KEY: "CI / rootless Docker (${{ matrix.XDG_RUNTIME_DIR }})"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ jobs:
- name: Build and test with Gradle (${{matrix.gradle_args}})
run: |
./gradlew --no-daemon --continue --scan ${{matrix.gradle_args}}
- name: Aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: 2348n4vl
CIMATE_CI_KEY: "CI / ${{ runner.os }} / ${{matrix.gradle_args}}"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"
httpclient5_test:
runs-on: ubuntu-18.04
steps:
Expand All @@ -73,13 +63,3 @@ jobs:
echo "transport.type=httpclient5" > $HOME/.testcontainers.properties
cat $HOME/.testcontainers.properties
./gradlew --no-daemon --scan testcontainers:test --tests '*EventStreamTest'
- name: aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: 2348n4vl
CIMATE_CI_KEY: "CI / Apache HttpClient5"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
- script: wget -q https://get.cimate.io/release/linux/cimate && chmod +x cimate && ./cimate "**/TEST-*.xml"
condition: and(succeededOrFailed(),eq(variables['Agent.OS'], 'Linux'))

# Run all tests when running the Windows CI tests
- task: Gradle@2
Expand Down

0 comments on commit 30f399e

Please sign in to comment.