Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move flutter service tests to dart #677

Merged

Merge branch 'feat-flutter-service-test' into feat-flutter-dart-helpe…

3e90e77
Select commit
Loading
Failed to load commit list.
Merged

Move flutter service tests to dart #677

Merge branch 'feat-flutter-service-test' into feat-flutter-dart-helpe…
3e90e77
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Branch required action Jun 21, 2023 in 23s

Build Errored

The build errored. This is a change from the previous build, which failed.

Details

This is a normal build for the feat-flutter-dart-helpers-models-tests branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 35 jobs, running in two sequential stages.

Stage 1: lint

This stage errored.

Job PHP ENV OS State
5040.1 Lint 8.1 SDK=Android11Java8 Linux errored

Stage 2: test

This stage canceled.

Job PHP ENV OS State
5040.2 8.1 SDK=Android11Java8 Linux canceled
5040.3 8.1 SDK=Android11Java11 Linux canceled
5040.4 8.1 SDK=Android12Java8 Linux canceled
5040.5 8.1 SDK=Android12Java11 Linux canceled
5040.6 8.1 SDK=CLINode14 Linux canceled
5040.7 8.1 SDK=CLINode16 Linux canceled
5040.8 8.1 SDK=DartBeta Linux canceled
5040.9 8.1 SDK=DartStable Linux canceled
5040.10 8.1 SDK=Deno1193 Linux canceled
5040.11 8.1 SDK=Deno1303 Linux canceled
5040.12 8.1 SDK=DotNet60 Linux canceled
5040.13 8.1 SDK=DotNet70 Linux canceled
5040.14 8.1 SDK=FlutterStable Linux canceled
5040.15 8.1 SDK=FlutterBeta Linux canceled
5040.16 8.1 SDK=Go112 Linux canceled
5040.17 8.1 SDK=Go118 Linux canceled
5040.18 8.1 SDK=KotlinJava8 Linux canceled
5040.19 8.1 SDK=KotlinJava11 Linux canceled
5040.20 8.1 SDK=KotlinJava17 Linux canceled
5040.21 8.1 SDK=Node12 Linux canceled
5040.22 8.1 SDK=Node14 Linux canceled
5040.23 8.1 SDK=Node16 Linux canceled
5040.24 8.1 SDK=PHP74 Linux canceled
5040.25 8.1 SDK=PHP80 Linux canceled
5040.26 8.1 SDK=Python38 Linux canceled
5040.27 8.1 SDK=Python39 Linux canceled
5040.28 8.1 SDK=Python310 Linux canceled
5040.29 8.1 SDK=Ruby27 Linux canceled
5040.30 8.1 SDK=Ruby30 Linux canceled
5040.31 8.1 SDK=Ruby31 Linux canceled
5040.32 8.1 SDK=AppleSwift55 Linux canceled
5040.33 8.1 SDK=Swift55 Linux canceled
5040.34 8.1 SDK=WebChromium Linux canceled
5040.35 8.1 SDK=WebNode Linux canceled

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Version 8.1
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64"
  ],
  "services": [
    "docker"
  ],
  "php": [
    "8.1"
  ],
  "stages": [
    {
      "name": "lint"
    },
    {
      "name": "test"
    }
  ],
  "env": [
    "jobs={:SDK=>\"Android11Java8\"}={:SDK=>\"Android11Java11\"}={:SDK=>\"Android12Java8\"}={:SDK=>\"Android12Java11\"}={:SDK=>\"CLINode14\"}={:SDK=>\"CLINode16\"}={:SDK=>\"DartBeta\"}={:SDK=>\"DartStable\"}={:SDK=>\"Deno1193\"}={:SDK=>\"Deno1303\"}={:SDK=>\"DotNet60\"}={:SDK=>\"DotNet70\"}={:SDK=>\"FlutterStable\"}={:SDK=>\"FlutterBeta\"}={:SDK=>\"Go112\"}={:SDK=>\"Go118\"}={:SDK=>\"KotlinJava8\"}={:SDK=>\"KotlinJava11\"}={:SDK=>\"KotlinJava17\"}={:SDK=>\"Node12\"}={:SDK=>\"Node14\"}={:SDK=>\"Node16\"}={:SDK=>\"PHP74\"}={:SDK=>\"PHP80\"}={:SDK=>\"Python38\"}={:SDK=>\"Python39\"}={:SDK=>\"Python310\"}={:SDK=>\"Ruby27\"}={:SDK=>\"Ruby30\"}={:SDK=>\"Ruby31\"}={:SDK=>\"AppleSwift55\"}={:SDK=>\"Swift55\"}={:SDK=>\"WebChromium\"}={:SDK=>\"WebNode\"}"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "team@appwrite.io"
        ]
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "stage": "lint",
        "name": "Lint",
        "install": [
          "composer install"
        ],
        "script": [
          "composer lint"
        ]
      }
    ]
  },
  "before_install": [
    "if [ ! -z \"${DOCKERHUB_PULL_USERNAME:-}\" ]; then\n  echo \"${DOCKERHUB_PULL_PASSWORD}\" | docker login --username \"${DOCKERHUB_PULL_USERNAME}\" --password-stdin\nfi\n"
  ],
  "install": [
    "docker --version",
    "composer install"
  ],
  "script": [
    "composer test tests/${SDK}Test.php"
  ]
}