Skip to content

Commit

Permalink
Switch docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Oct 1, 2020
1 parent a8e3c8a commit 7f03242
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x-pack/test/ingest_manager_api_integration/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ import { defineDockerServersConfig } from '@kbn/test';

// Docker image to use for Ingest Manager API integration tests.
// This hash comes from the commit hash here: https://github.com/elastic/package-storage/commit
// export const dockerImage =
// 'docker.elastic.co/package-registry/distribution:518a65a993ab7e9c77b1d8d20cd6f847921d04ec';

// Temporarily use custom image for testing package renaming changes
export const dockerImage =
'docker.elastic.co/package-registry/distribution:518a65a993ab7e9c77b1d8d20cd6f847921d04ec';
'docker.elastic.co/observability-ci/package-registry/distribution:PR-405';

export default async function ({ readConfigFile }: FtrConfigProviderContext) {
const xPackAPITestsConfig = await readConfigFile(require.resolve('../api_integration/config.ts'));
Expand Down

0 comments on commit 7f03242

Please sign in to comment.