annotate tests/cli/test_publish.yaml @ 853:f070a4fc033c

core: Continue PieCrust3 refactor, simplify pages. The asset pipeline is still the only function pipeline at this point. * No more `QualifiedPage`, and several other pieces of code deleted. * Data providers are simpler and more focused. For instance, the page iterator doesn't try to support other types of items. * Route parameters are proper known source metadata to remove the confusion between the two. * Make the baker and pipeline more correctly manage records and record histories. * Add support for record collapsing and deleting stale outputs in the asset pipeline.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 May 2017 00:06:59 -0700
parents c78743b11c75
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
768
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 ---
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 config:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 publish:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 test_shell:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 type: shell
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 command: this_command_doesnt_exist
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 args: publish --preview test_shell
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 ---
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 config:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 publish:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11 test_rsync:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 type: rsync
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13 destination: some_place_that_doesnt_exist
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
14 args: publish --preview test_rsync
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
15 ---
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
16 config:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
17 publish:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
18 test_sftp:
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
19 type: sftp
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
20 host: some_host_that_doesnt_exist
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
21 path: ~/some/path
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
22 username: fake
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
23 password: fake
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
24 args: publish --preview test_sftp
c78743b11c75 tests: Add tests for publishers.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
25