Skip to content
Snippets Groups Projects
  1. Jun 21, 2019
  2. Jun 17, 2019
  3. Jun 10, 2019
  4. May 16, 2019
  5. May 14, 2019
  6. May 03, 2019
    • John Chilton's avatar
      Revisions to Kubernetes coexecution pods. · f2be4ce3
      John Chilton authored
      - Don't hardcode the job ID - it makes Galaxy mapping tricky, seems to be not reason to anyway.
      - Don't assume tool execution container has bash.
      - Rev to this version of Pulsar.
      f2be4ce3
  7. May 01, 2019
    • John Chilton's avatar
      Kubernetes staging w/test case. · f892f712
      John Chilton authored
      Testing for Kubernetes installed with Docker for Mac:
      
      - Run `make build-coexecutor-container`
      - Install and start rabbitmq on the localhost with Homebrew.
      - PULSAR_TEST_INFRASTRUCTURE_HOST=docker.for.mac.localhost  PULSAR_TEST_FILE_SERVER_HOST=0.0.0.0 PULSAR_RABBIT_MQ_CONNECTION='amqp://guest:guest@localhost:5672//' nosetests test/integration_test.py:ExternalQueueIntegrationTests.test_integration_kubernetes
      f892f712
Loading