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

disable aida from env #2903

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

fix ship:docker

773211d
Select commit
Loading
Failed to load commit list.
Open

disable aida from env #2903

fix ship:docker
773211d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 20, 2024 in 16m 18s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the ga-tbt97-waiter branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

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

Stage 1: test

This stage passed.

Job Node.js ENV OS State
27244.1 18 PATH=/snap/bin:$PATH Linux passed

Stage 2: 🚢 it to quay.io

This stage passed.

Job Node.js ENV OS State
27244.2 18 PATH=/snap/bin:$PATH Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 18
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "18"
  ],
  "env": [
    "global={:PATH=>\"/snap/bin:$PATH\"}={:JOBS=>\"1\"}"
  ],
  "addons": {
    "chrome": "stable"
  },
  "cache": {
    "npm": false
  },
  "before_install": [
    "git config --global url.\"https://[email protected]/\".insteadOf ssh://[email protected]",
    "npm install -g greenkeeper-lockfile@1",
    "gem install bundler:2.3.7"
  ],
  "install": [
    "npm ci"
  ],
  "before_script": [
    "export RANDOMISE=--random",
    "echo $RANDOMISE",
    "greenkeeper-lockfile-update"
  ],
  "script": [
    "ember -v",
    "if [ -z \"$TRY_CONFIG\" ]; then npm run lint:js; fi",
    "if [ -z \"$TRY_CONFIG\" ]; then ember exam --reporter dot $RANDOMISE; fi",
    "if [[ ! -z \"$TRY_CONFIG\" ]]; then ember try:one $TRY_CONFIG --skip-cleanup; fi"
  ],
  "after_script": [
    "greenkeeper-lockfile-upload",
    "test $TRAVIS_PULL_REQUEST && test $TRAVIS_PULL_REQUEST != 'false' && $TRAVIS_SECURE_ENV_VARS == 'true' && ./config/deployment/deploy-pull-request.sh"
  ],
  "jobs": {
    "include": [
      {
        "if": "type = cron",
        "env": [
          {
            "TRY_CONFIG": "ember-beta"
          }
        ]
      },
      {
        "if": "type = cron",
        "env": [
          {
            "TRY_CONFIG": "ember-data-beta"
          }
        ]
      },
      {
        "node_js": "18"
      },
      {
        "stage": ":ship: it to quay.io",
        "dist": "focal",
        "before_install": [
          "skip"
        ],
        "install": [
          "skip"
        ],
        "before_script": [
          "skip"
        ],
        "script": [
          "make ship"
        ],
        "if": "(branch = enterprise-3.0 and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true",
        "after_script": [
          "skip"
        ]
      }
    ],
    "allow_failures": [
      {
        "env": [
          {
            "TRY_CONFIG": "ember-beta"
          }
        ]
      },
      {
        "env": [
          {
            "TRY_CONFIG": "ember-data-beta"
          }
        ]
      }
    ]
  }
}