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

Test running a task #183

Closed
wants to merge 15 commits into from
Closed

Conversation

gregtatum
Copy link
Member

This is just a test

@gregtatum gregtatum marked this pull request as ready for review September 5, 2023 19:15
@gregtatum gregtatum requested a review from a team as a code owner September 5, 2023 19:15
@gregtatum gregtatum requested a review from bhearsum September 5, 2023 19:15
@gregtatum gregtatum marked this pull request as draft September 5, 2023 19:50
@gregtatum gregtatum removed request for a team and bhearsum September 5, 2023 19:51
docker-image: {in-tree: testing}
run:
command:
- poetry install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A list of commands is not supported (that would be nice.) But you can use && or run a bash script

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I misinterpreted:

        run:
            using: run-task
            command:
                - bash
                - -c
                - >-
                    export BIN=$MOZ_FETCHES_DIR &&
                    export MARIAN=$MOZ_FETCHES_DIR &&
                    export PATH=$PATH:$MOZ_FETCHES_DIR &&
                    $VCS_PATH/pipeline/alignment/generate-alignment-and-shortlist.sh
                    $MOZ_FETCHES_DIR/corpus
                    $MOZ_FETCHES_DIR/vocab.spm
                    /builds/worker/artifacts
                    auto

@gregtatum
Copy link
Member Author

[task 2023-09-06T13:52:08.460Z] This is a test that successfully ran
[taskcluster 2023-09-06 13:52:08.697Z] === Task Finished ===

Woot!

@gregtatum gregtatum closed this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants